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

Inheritance: IPdfVersion
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch

Public Properties

Property Type Description
HEADER byte[][]

Protected Properties

Property Type Description
appendmode bool
catalog_version iTextSharp.text.pdf.PdfName
extensions iTextSharp.text.pdf.PdfDictionary
headerWasWritten bool
header_version char

Public Methods

Method 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 method

public AddDeveloperExtension ( PdfDeveloperExtension de ) : void
de iTextSharp.text.pdf.PdfDeveloperExtension
return void

AddToCatalog() public method

public AddToCatalog ( PdfDictionary catalog ) : void
catalog iTextSharp.text.pdf.PdfDictionary
return void

GetVersionAsByteArray() public method

public GetVersionAsByteArray ( char version ) : byte[]
version char
return byte[]

GetVersionAsName() public method

public GetVersionAsName ( char version ) : PdfName
version char
return iTextSharp.text.pdf.PdfName

SetAppendmode() public method

public SetAppendmode ( bool appendmode ) : void
appendmode bool
return void

SetAtLeastPdfVersion() public method

public SetAtLeastPdfVersion ( char version ) : void
version char
return void

SetPdfVersion() public method

public SetPdfVersion ( PdfName version ) : void
version iTextSharp.text.pdf.PdfName
return void

WriteHeader() public method

public WriteHeader ( OutputStreamCounter os ) : void
os iTextSharp.text.pdf.OutputStreamCounter
return void

Property Details

HEADER public_oe static_oe property

public static byte[][] HEADER
return byte[][]

appendmode protected_oe property

protected bool appendmode
return bool

catalog_version protected_oe property

protected PdfName,iTextSharp.text.pdf catalog_version
return iTextSharp.text.pdf.PdfName

extensions protected_oe property

protected PdfDictionary,iTextSharp.text.pdf extensions
return iTextSharp.text.pdf.PdfDictionary

headerWasWritten protected_oe property

protected bool headerWasWritten
return bool

header_version protected_oe property

protected char header_version
return char