PdfCatalog Internal class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.PdfDocument iTextSharp.text.pdf.PdfDocument.PdfCatalog[[PdfCatalog]] end subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfDictionary[[PdfDictionary]] end iTextSharp.text.pdf.PdfDictionary --> iTextSharp.text.pdf.PdfDocument.PdfCatalog
Members
Properties
Internal properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
Methods
Internal methods
Details
Inheritance
Constructors
PdfCatalog
Source code
internal PdfCatalog(PdfIndirectReference pages, PdfWriter writer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
pages |
|
|
|
writer |
Methods
AddNames
Source code
internal void AddNames(SortedDictionary<string, Destination> localDestinations, Dictionary<string, PdfObject> documentLevelJS, Dictionary<string, PdfObject> documentFileAttachment, PdfWriter writer)
Arguments
Properties
OpenAction
internal PdfAction OpenAction { set; }
AdditionalActions
internal PdfDictionary AdditionalActions { set; }
Generated with ModularDoc