Total number of bookmark levels for created PDF documents.
public int TotalBookmarkLevels { get; set; }
Public Property TotalBookmarkLevels As Integer
public int TotalBookmarkLevels {get; set;}
@property (nonatomic, assign) NSInteger totalBookmarkLevels
public int getTotalBookmarkLevels()
public void setTotalBookmarkLevels(int totalBookmarkLevels)
<br/>get_TotalBookmarkLevels();<br/>set_TotalBookmarkLevels(value);<br/>Object.defineProperty('TotalBookmarkLevels');
A TotalBookmarkLevels determines the total number of bookmark levels for created PDF documents.
TotalBookmarkLevels represents the total numbers of bookmark levels for the PDF document being saved. The maximum number of levels is ten.
For an example, refer to PdfDocumentOptions.
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET