C# Class iTextSharp.text.pdf.PdfImportedPage

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

Protected Properties

Property Type Description
toCopy bool

Private Properties

Property Type Description
PdfImportedPage System
ThrowError void

Public Methods

Method Description
AddImage ( Image image, float a, float b, float c, float d, float e, float f ) : void
AddTemplate ( PdfTemplate template, float a, float b, float c, float d, float e, float f ) : void
GetFormXObject ( int compressionLevel ) : PdfStream
IsToCopy ( ) : bool
SetColorFill ( PdfSpotColor sp, float tint ) : void
SetColorStroke ( PdfSpotColor sp, float tint ) : void
SetCopied ( ) : void
SetFontAndSize ( BaseFont bf, float size ) : void

Private Methods

Method Description
PdfImportedPage ( PdfReaderInstance readerInstance, PdfWriter writer, int pageNumber ) : System
ThrowError ( ) : void

Method Details

AddImage() public method

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
return void

AddTemplate() public method

public AddTemplate ( PdfTemplate template, float a, float b, float c, float d, float e, float f ) : void
template PdfTemplate
a float
b float
c float
d float
e float
f float
return void

GetFormXObject() public method

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

IsToCopy() public method

public IsToCopy ( ) : bool
return bool

SetColorFill() public method

public SetColorFill ( PdfSpotColor sp, float tint ) : void
sp PdfSpotColor
tint float
return void

SetColorStroke() public method

public SetColorStroke ( PdfSpotColor sp, float tint ) : void
sp PdfSpotColor
tint float
return void

SetCopied() public method

public SetCopied ( ) : void
return void

SetFontAndSize() public method

public SetFontAndSize ( BaseFont bf, float size ) : void
bf BaseFont
size float
return void

Property Details

toCopy protected_oe property

protected bool toCopy
return bool