Class PdfiumBookmarkDescriptor
Inheritance
System.Object
PdfiumBookmarkDescriptor
Assembly: IronPdf.dll
Syntax
public class PdfiumBookmarkDescriptor : Object
Constructors
PdfiumBookmarkDescriptor()
Declaration
public PdfiumBookmarkDescriptor()
Properties
Hierarchy
Declaration
public string Hierarchy { get; set; }
Property Value
Type |
Description |
System.String |
|
PageIndex
Declaration
public int PageIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Parent
Declaration
public string Parent { get; set; }
Property Value
Type |
Description |
System.String |
|
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|