PdfCoreOptionsBookmarksOutlineLevel Property |
Specifies at which level in the document outline to display bookmark objects.
0 - not displayed.
1 at first level and so on.
Default is 0.
Namespace: Aspose.Imaging.FileFormats.PdfAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic int BookmarksOutlineLevel { get; set; }
Public Property BookmarksOutlineLevel As Integer
Get
Set
public:
property int BookmarksOutlineLevel {
int get ();
void set (int value);
}
member BookmarksOutlineLevel : int with get, set
Property Value
Type:
Int32
See Also