C# 클래스 PdfSharp.Pdf.Advanced.PdfCatalog

Represents the catalog dictionary.
상속: PdfDictionary
파일 보기 프로젝트 열기: GNOME/pdfmod

Private Properties

프로퍼티 타입 설명
PrepareForSave void
WriteObject void

공개 메소드들

메소드 설명
PdfCatalog ( PdfDictionary dictionary ) : System
PdfCatalog ( PdfDocument document ) : System

Initializes a new instance of the PdfCatalog class.

비공개 메소드들

메소드 설명
PrepareForSave ( ) : void

Dispatches PrepareForSave to the objects that need it.

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

메소드 상세

PdfCatalog() 공개 메소드

public PdfCatalog ( PdfDictionary dictionary ) : System
dictionary PdfDictionary
리턴 System

PdfCatalog() 공개 메소드

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