Class PdfBookmarkEntry
PdfBookmarkEntry class
public class PdfBookmarkEntry
Constructors
| Name | Description |
|---|---|
| PdfBookmarkEntry() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Destination { get; set; } | The page to which the bookmark link. |
| IsCollapse { get; set; } | When this property is true, the bookmarkentry will collapse, otherwise it will expand. |
| IsOpen { get; set; } | When this property is true, the bookmarkentry will expand, otherwise it will collapse. |
| SubEntry { get; set; } | SubEntry of a bookmark. |
| Text { get; set; } | Title of a bookmark. |
See Also
- namespace Aspose.Diagram.Saving
- assembly Aspose.Diagram