C# Class iTextSharp.text.pdf.PdfTemplate

Inheritance: PdfContentByte, IAccessibleElement
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
bBox Rectangle
group PdfTransparencyGroup
layer IPdfOCG
matrix PdfArray
pageResources PageResources
thisReference PdfIndirectReference
type int

Private Properties

Property Type Description
CreateTemplate PdfTemplate
PdfTemplate System

Public Methods

Method Description
BeginVariableText ( ) : void
CreateTemplate ( PdfWriter writer, float width, float height ) : PdfTemplate
EndVariableText ( ) : void
GetFormXObject ( int compressionLevel ) : PdfStream
SetMatrix ( float a, float b, float c, float d, float e, float f ) : void

Protected Methods

Method Description
PdfTemplate ( ) : System

Private Methods

Method Description
CreateTemplate ( PdfWriter writer, float width, float height, PdfName forcedName ) : PdfTemplate
PdfTemplate ( PdfWriter wr ) : System

Method Details

BeginVariableText() public method

public BeginVariableText ( ) : void
return void

CreateTemplate() public static method

public static CreateTemplate ( PdfWriter writer, float width, float height ) : PdfTemplate
writer PdfWriter
width float
height float
return PdfTemplate

EndVariableText() public method

public EndVariableText ( ) : void
return void

GetFormXObject() public method

public GetFormXObject ( int compressionLevel ) : PdfStream
compressionLevel int
return PdfStream

PdfTemplate() protected method

protected PdfTemplate ( ) : System
return System

SetMatrix() public method

public SetMatrix ( float a, float b, float c, float d, float e, float f ) : void
a float
b float
c float
d float
e float
f float
return void

Property Details

bBox protected_oe property

protected Rectangle bBox
return Rectangle

group protected_oe property

protected PdfTransparencyGroup,iTextSharp.text.pdf group
return PdfTransparencyGroup

layer protected_oe property

protected IPdfOCG layer
return IPdfOCG

matrix protected_oe property

protected PdfArray,iTextSharp.text.pdf matrix
return PdfArray

pageResources protected_oe property

protected PageResources,iTextSharp.text.pdf pageResources
return PageResources

thisReference protected_oe property

protected PdfIndirectReference,iTextSharp.text.pdf thisReference
return PdfIndirectReference

type protected_oe property

protected int type
return int