Property | Type | Description | |
---|---|---|---|
PdfOutline | System |
Method | Description | |
---|---|---|
PdfOutline ( ) : System |
Initializes a new instance of the PdfOutline class.
|
|
PdfOutline ( PdfSharp.Pdf.PdfDictionary dict ) : System |
Initializes a new instance from an existing dictionary. Used for object type transformation.
|
|
PdfOutline ( string title, |
Initializes a new instance of the PdfOutline class.
|
|
PdfOutline ( string title, |
Initializes a new instance of the PdfOutline class.
|
|
PdfOutline ( string title, |
Initializes a new instance of the PdfOutline class.
|
|
PdfOutline ( string title, |
Initializes a new instance of the PdfOutline class.
|
Method | Description | |
---|---|---|
PdfOutline ( PdfSharp.Pdf.PdfDocument document ) : System |
Initializes a new instance of the PdfOutline class.
|
public PdfOutline ( PdfSharp.Pdf.PdfDictionary dict ) : System | ||
dict | PdfSharp.Pdf.PdfDictionary | |
return | System |
public PdfOutline ( string title, |
||
title | string | The outline text. |
destinationPage | The destination page. | |
return | System |
public PdfOutline ( string title, |
||
title | string | The outline text. |
destinationPage | The destination page. | |
opened | bool | Specifies whether the node is displayed expanded (opened) or collapsed. |
return | System |
public PdfOutline ( string title, |
||
title | string | The outline text. |
destinationPage | The destination page. | |
opened | bool | Specifies whether the node is displayed expanded (opened) or collapsed. |
style | PdfOutlineStyle | The font style used to draw the outline text. |
return | System |
public PdfOutline ( string title, |
||
title | string | The outline text. |
destinationPage | The destination page. | |
opened | bool | Specifies whether the node is displayed expanded (opened) or collapsed. |
style | PdfOutlineStyle | The font style used to draw the outline text. |
textColor | PdfSharp.Drawing.XColor | The color used to draw the outline text. |
return | System |