C# 클래스 iTextSharp.text.pdf.PdfTemplate

상속: PdfContentByte, IAccessibleElement
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
bBox Rectangle
group PdfTransparencyGroup
layer IPdfOCG
matrix PdfArray
pageResources PageResources
thisReference PdfIndirectReference
type int

Private Properties

프로퍼티 타입 설명
CreateTemplate PdfTemplate
PdfTemplate System

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
PdfTemplate ( ) : System

비공개 메소드들

메소드 설명
CreateTemplate ( PdfWriter writer, float width, float height, PdfName forcedName ) : PdfTemplate
PdfTemplate ( PdfWriter wr ) : System

메소드 상세

BeginVariableText() 공개 메소드

public BeginVariableText ( ) : void
리턴 void

CreateTemplate() 공개 정적인 메소드

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

EndVariableText() 공개 메소드

public EndVariableText ( ) : void
리턴 void

GetFormXObject() 공개 메소드

public GetFormXObject ( int compressionLevel ) : PdfStream
compressionLevel int
리턴 PdfStream

PdfTemplate() 보호된 메소드

protected PdfTemplate ( ) : System
리턴 System

SetMatrix() 공개 메소드

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
리턴 void

프로퍼티 상세

bBox 보호되어 있는 프로퍼티

protected Rectangle bBox
리턴 Rectangle

group 보호되어 있는 프로퍼티

protected PdfTransparencyGroup,iTextSharp.text.pdf group
리턴 PdfTransparencyGroup

layer 보호되어 있는 프로퍼티

protected IPdfOCG layer
리턴 IPdfOCG

matrix 보호되어 있는 프로퍼티

protected PdfArray,iTextSharp.text.pdf matrix
리턴 PdfArray

pageResources 보호되어 있는 프로퍼티

protected PageResources,iTextSharp.text.pdf pageResources
리턴 PageResources

thisReference 보호되어 있는 프로퍼티

protected PdfIndirectReference,iTextSharp.text.pdf thisReference
리턴 PdfIndirectReference

type 보호되어 있는 프로퍼티

protected int type
리턴 int