Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
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;}
@property (nonatomic, assign) NSInteger totalBookmarkLevels
public int getTotalBookmarkLevels() public void setTotalBookmarkLevels(int totalBookmarkLevels)
<br/>get_TotalBookmarkLevels();<br/>set_TotalBookmarkLevels(value);<br/>Object.defineProperty('TotalBookmarkLevels');
TotalBookmarkLevels represents the total numbers of bookmark levels for the PDF document being saved. The maximum number of levels is ten.