| Leadtools.Forms.DocumentWriters Namespace > PdfDocumentOptions Class : TotalBookmarkLevels Property |
public int TotalBookmarkLevels {get; set;}
'Declaration Public Property TotalBookmarkLevels As Integer
'Usage Dim instance As PdfDocumentOptions Dim value As Integer instance.TotalBookmarkLevels = value value = instance.TotalBookmarkLevels
public int TotalBookmarkLevels {get; set;}
get_TotalBookmarkLevels();
set_TotalBookmarkLevels(value);
Object.defineProperty('TotalBookmarkLevels');
TotalBookmarkLevels represents the total numbers of bookmark levels for the PDF document being saved. The maximum number of levels is ten.