Skip to main content
Skip table of contents

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
ReturnsName
voidAddNames(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
TypeNameDescription
PdfIndirectReferencepages
PdfWriterwriter

Methods

AddNames

Source code

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

Properties

OpenAction
internal PdfAction OpenAction { set; }
AdditionalActions
internal PdfDictionary AdditionalActions { set; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.