C# Class PdfSharp.Pdf.Advanced.PdfCatalog

Represents the catalog dictionary.
Inheritance: PdfDictionary
Afficher le fichier Open project: GNOME/pdfmod

Private Properties

Свойство Type Description
PrepareForSave void
WriteObject void

Méthodes publiques

Méthode Description
PdfCatalog ( PdfDictionary dictionary ) : System
PdfCatalog ( PdfDocument document ) : System

Initializes a new instance of the PdfCatalog class.

Private Methods

Méthode Description
PrepareForSave ( ) : void

Dispatches PrepareForSave to the objects that need it.

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

Method Details

PdfCatalog() public méthode

public PdfCatalog ( PdfDictionary dictionary ) : System
dictionary PdfDictionary
Résultat System

PdfCatalog() public méthode

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