C# Class iTextSharp.text.pdf.Type3Glyph

Inheritance: PdfContentByte
Show file Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Private Properties

Property Type Description
Type3Glyph System
Type3Glyph System

Public Methods

Method Description
AddImage ( System.Image image, float a, float b, float c, float d, float e, float f, bool inlineImage ) : void
GetDuplicate ( ) : PdfContentByte

Private Methods

Method Description
Type3Glyph ( ) : System
Type3Glyph ( PdfWriter writer, PageResources pageResources, float wx, float llx, float lly, float urx, float ury, bool colorized ) : System

Method Details

AddImage() public method

public AddImage ( System.Image image, float a, float b, float c, float d, float e, float f, bool inlineImage ) : void
image System.Image
a float
b float
c float
d float
e float
f float
inlineImage bool
return void

GetDuplicate() public method

public GetDuplicate ( ) : PdfContentByte
return PdfContentByte