iText 5

PdfCatalog

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

Methods

Internal methods

Returns

Name

void

AddNames

(SortedDictionary<string, Destination> localDestinations, Dictionary<string,

PdfObject

> documentLevelJS, Dictionary<string,

PdfObject

> documentFileAttachment,

PdfWriter

writer)

Details

Inheritance

Constructors

PdfCatalog

Source code

internal PdfCatalog(PdfIndirectReference pages, PdfWriter writer)

Arguments

Type

Name

Description

PdfIndirectReference

pages

PdfWriter

writer

Methods

AddNames

Source code

internal void AddNames(SortedDictionary<string, Destination> localDestinations, Dictionary<string, PdfObject> documentLevelJS, Dictionary<string, PdfObject> documentFileAttachment, PdfWriter writer)

Arguments

Type

Name

Description

SortedDictionary<string, Destination>

localDestinations

Dictionary<string,

PdfObject

>

documentLevelJS

Dictionary<string,

PdfObject

>

documentFileAttachment

PdfWriter

writer

Properties

OpenAction

internal PdfAction OpenAction { set; }

AdditionalActions

internal PdfDictionary AdditionalActions { set; }

Generated with ModularDoc