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

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

공개 메소드들

메소드 설명
AddImage ( Image image, float a, float b, float c, float d, float e, float f ) : void
GetPattern ( ) : PdfPattern
GetPattern ( int compressionLevel ) : PdfPattern
IsStencil ( ) : bool
ResetCMYKColorFill ( ) : void
ResetCMYKColorStroke ( ) : void
ResetGrayFill ( ) : void
ResetGrayStroke ( ) : void
ResetRGBColorFill ( ) : void
ResetRGBColorStroke ( ) : void
SetCMYKColorFill ( int cyan, int magenta, int yellow, int black ) : void
SetCMYKColorFillF ( float cyan, float magenta, float yellow, float black ) : void
SetCMYKColorStroke ( int cyan, int magenta, int yellow, int black ) : void
SetCMYKColorStrokeF ( float cyan, float magenta, float yellow, float black ) : void
SetColorFill ( BaseColor color ) : void
SetColorFill ( PdfSpotColor sp, float tint ) : void
SetColorStroke ( BaseColor color ) : void
SetColorStroke ( PdfSpotColor sp, float tint ) : void
SetGrayFill ( float gray ) : void
SetGrayStroke ( float gray ) : void
SetPatternFill ( PdfPatternPainter p ) : void
SetPatternFill ( PdfPatternPainter p, BaseColor color, float tint ) : void
SetPatternMatrix ( float a, float b, float c, float d, float e, float f ) : void
SetPatternStroke ( PdfPatternPainter p ) : void
SetPatternStroke ( PdfPatternPainter p, BaseColor color, float tint ) : void
SetRGBColorFill ( int red, int green, int blue ) : void
SetRGBColorFillF ( float red, float green, float blue ) : void
SetRGBColorStroke ( int red, int green, int blue ) : void
SetRGBColorStrokeF ( float red, float green, float blue ) : void

비공개 메소드들

메소드 설명
CheckNoColor ( ) : void
PdfPatternPainter ( ) : System
PdfPatternPainter ( PdfWriter wr ) : System
PdfPatternPainter ( PdfWriter wr, BaseColor defaultColor ) : System

메소드 상세

AddImage() 공개 메소드

public AddImage ( Image image, float a, float b, float c, float d, float e, float f ) : void
image Image
a float
b float
c float
d float
e float
f float
리턴 void

GetPattern() 공개 메소드

public GetPattern ( ) : PdfPattern
리턴 PdfPattern

GetPattern() 공개 메소드

public GetPattern ( int compressionLevel ) : PdfPattern
compressionLevel int
리턴 PdfPattern

IsStencil() 공개 메소드

public IsStencil ( ) : bool
리턴 bool

ResetCMYKColorFill() 공개 메소드

public ResetCMYKColorFill ( ) : void
리턴 void

ResetCMYKColorStroke() 공개 메소드

public ResetCMYKColorStroke ( ) : void
리턴 void

ResetGrayFill() 공개 메소드

public ResetGrayFill ( ) : void
리턴 void

ResetGrayStroke() 공개 메소드

public ResetGrayStroke ( ) : void
리턴 void

ResetRGBColorFill() 공개 메소드

public ResetRGBColorFill ( ) : void
리턴 void

ResetRGBColorStroke() 공개 메소드

public ResetRGBColorStroke ( ) : void
리턴 void

SetCMYKColorFill() 공개 메소드

public SetCMYKColorFill ( int cyan, int magenta, int yellow, int black ) : void
cyan int
magenta int
yellow int
black int
리턴 void

SetCMYKColorFillF() 공개 메소드

public SetCMYKColorFillF ( float cyan, float magenta, float yellow, float black ) : void
cyan float
magenta float
yellow float
black float
리턴 void

SetCMYKColorStroke() 공개 메소드

public SetCMYKColorStroke ( int cyan, int magenta, int yellow, int black ) : void
cyan int
magenta int
yellow int
black int
리턴 void

SetCMYKColorStrokeF() 공개 메소드

public SetCMYKColorStrokeF ( float cyan, float magenta, float yellow, float black ) : void
cyan float
magenta float
yellow float
black float
리턴 void

SetColorFill() 공개 메소드

public SetColorFill ( BaseColor color ) : void
color iTextSharp.text.BaseColor
리턴 void

SetColorFill() 공개 메소드

public SetColorFill ( PdfSpotColor sp, float tint ) : void
sp PdfSpotColor
tint float
리턴 void

SetColorStroke() 공개 메소드

public SetColorStroke ( BaseColor color ) : void
color iTextSharp.text.BaseColor
리턴 void

SetColorStroke() 공개 메소드

public SetColorStroke ( PdfSpotColor sp, float tint ) : void
sp PdfSpotColor
tint float
리턴 void

SetGrayFill() 공개 메소드

public SetGrayFill ( float gray ) : void
gray float
리턴 void

SetGrayStroke() 공개 메소드

public SetGrayStroke ( float gray ) : void
gray float
리턴 void

SetPatternFill() 공개 메소드

public SetPatternFill ( PdfPatternPainter p ) : void
p PdfPatternPainter
리턴 void

SetPatternFill() 공개 메소드

public SetPatternFill ( PdfPatternPainter p, BaseColor color, float tint ) : void
p PdfPatternPainter
color iTextSharp.text.BaseColor
tint float
리턴 void

SetPatternMatrix() 공개 메소드

public SetPatternMatrix ( 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

SetPatternStroke() 공개 메소드

public SetPatternStroke ( PdfPatternPainter p ) : void
p PdfPatternPainter
리턴 void

SetPatternStroke() 공개 메소드

public SetPatternStroke ( PdfPatternPainter p, BaseColor color, float tint ) : void
p PdfPatternPainter
color iTextSharp.text.BaseColor
tint float
리턴 void

SetRGBColorFill() 공개 메소드

public SetRGBColorFill ( int red, int green, int blue ) : void
red int
green int
blue int
리턴 void

SetRGBColorFillF() 공개 메소드

public SetRGBColorFillF ( float red, float green, float blue ) : void
red float
green float
blue float
리턴 void

SetRGBColorStroke() 공개 메소드

public SetRGBColorStroke ( int red, int green, int blue ) : void
red int
green int
blue int
리턴 void

SetRGBColorStrokeF() 공개 메소드

public SetRGBColorStrokeF ( float red, float green, float blue ) : void
red float
green float
blue float
리턴 void