C# Class PdfSharp.Pdf.Advanced.PdfCatalog

Represents the catalog dictionary.
Inheritance: PdfDictionary
显示文件 Open project: GNOME/pdfmod

Private Properties

Property Type Description
PrepareForSave void
WriteObject void

Public Methods

Method Description
PdfCatalog ( PdfDictionary dictionary ) : System
PdfCatalog ( PdfDocument document ) : System

Initializes a new instance of the PdfCatalog class.

Private Methods

Method Description
PrepareForSave ( ) : void

Dispatches PrepareForSave to the objects that need it.

WriteObject ( PdfSharp.Pdf.IO.PdfWriter writer ) : void

Method Details

PdfCatalog() public method

public PdfCatalog ( PdfDictionary dictionary ) : System
dictionary PdfDictionary
return System

PdfCatalog() public method

Initializes a new instance of the PdfCatalog class.
public PdfCatalog ( PdfDocument document ) : System
document PdfDocument
return System