Class PdfBookmark
Inheritance
System.Object
PdfBookmark
Assembly: IronPdf.dll
Syntax
public class PdfBookmark : Object
Constructors
PdfBookmark()
Declaration
Properties
Children
Declaration
public PdfBookmarkCollection Children { get; }
Property Value
PageIndex
Declaration
public int PageIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|