C# Class iTextSharp.text.pdf.intern.PdfVersionImp

Inheritance: IPdfVersion
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch

Méthodes publiques

Свойство Type Description
HEADER byte[][]

Protected Properties

Свойство Type Description
appendmode bool
catalog_version iTextSharp.text.pdf.PdfName
extensions iTextSharp.text.pdf.PdfDictionary
headerWasWritten bool
header_version char

Méthodes publiques

Méthode Description
AddDeveloperExtension ( PdfDeveloperExtension de ) : void
AddToCatalog ( PdfDictionary catalog ) : void
GetVersionAsByteArray ( char version ) : byte[]
GetVersionAsName ( char version ) : PdfName
SetAppendmode ( bool appendmode ) : void
SetAtLeastPdfVersion ( char version ) : void
SetPdfVersion ( PdfName version ) : void
WriteHeader ( OutputStreamCounter os ) : void

Method Details

AddDeveloperExtension() public méthode

public AddDeveloperExtension ( PdfDeveloperExtension de ) : void
de iTextSharp.text.pdf.PdfDeveloperExtension
Résultat void

AddToCatalog() public méthode

public AddToCatalog ( PdfDictionary catalog ) : void
catalog iTextSharp.text.pdf.PdfDictionary
Résultat void

GetVersionAsByteArray() public méthode

public GetVersionAsByteArray ( char version ) : byte[]
version char
Résultat byte[]

GetVersionAsName() public méthode

public GetVersionAsName ( char version ) : PdfName
version char
Résultat iTextSharp.text.pdf.PdfName

SetAppendmode() public méthode

public SetAppendmode ( bool appendmode ) : void
appendmode bool
Résultat void

SetAtLeastPdfVersion() public méthode

public SetAtLeastPdfVersion ( char version ) : void
version char
Résultat void

SetPdfVersion() public méthode

public SetPdfVersion ( PdfName version ) : void
version iTextSharp.text.pdf.PdfName
Résultat void

WriteHeader() public méthode

public WriteHeader ( OutputStreamCounter os ) : void
os iTextSharp.text.pdf.OutputStreamCounter
Résultat void

Property Details

HEADER public_oe static_oe property

public static byte[][] HEADER
Résultat byte[][]

appendmode protected_oe property

protected bool appendmode
Résultat bool

catalog_version protected_oe property

protected PdfName,iTextSharp.text.pdf catalog_version
Résultat iTextSharp.text.pdf.PdfName

extensions protected_oe property

protected PdfDictionary,iTextSharp.text.pdf extensions
Résultat iTextSharp.text.pdf.PdfDictionary

headerWasWritten protected_oe property

protected bool headerWasWritten
Résultat bool

header_version protected_oe property

protected char header_version
Résultat char