C# Class iTextSharp.text.pdf.PdfImportedPage

Inheritance: PdfTemplate
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
toCopy bool

Private Properties

Свойство Type Description
PdfImportedPage System
ThrowError void

Méthodes publiques

Méthode 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

Méthode Description
PdfImportedPage ( PdfReaderInstance readerInstance, PdfWriter writer, int pageNumber ) : System
ThrowError ( ) : void

Method Details

AddImage() public méthode

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
Résultat void

AddTemplate() public méthode

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
Résultat void

GetFormXObject() public méthode

public GetFormXObject ( int compressionLevel ) : PdfStream
compressionLevel int
Résultat PdfStream

IsToCopy() public méthode

public IsToCopy ( ) : bool
Résultat bool

SetColorFill() public méthode

public SetColorFill ( PdfSpotColor sp, float tint ) : void
sp PdfSpotColor
tint float
Résultat void

SetColorStroke() public méthode

public SetColorStroke ( PdfSpotColor sp, float tint ) : void
sp PdfSpotColor
tint float
Résultat void

SetCopied() public méthode

public SetCopied ( ) : void
Résultat void

SetFontAndSize() public méthode

public SetFontAndSize ( BaseFont bf, float size ) : void
bf BaseFont
size float
Résultat void

Property Details

toCopy protected_oe property

protected bool toCopy
Résultat bool