Type3Glyph Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.Type3Glyph[[Type3Glyph]]
iTextSharp.text.pdf.PdfContentByte[[PdfContentByte]]
end
iTextSharp.text.pdf.PdfContentByte --> iTextSharp.text.pdf.Type3Glyph
Members
Properties
Internal properties
Methods
Public methods
Details
Inheritance
Constructors
Type3Glyph
Source code
internal Type3Glyph(PdfWriter writer, PageResources pageResources, float wx, float llx, float lly, float urx, float ury, bool colorized)
Arguments
Type | Name | Description |
---|
PdfWriter | writer | |
PageResources | pageResources | |
float | wx | |
float | llx | |
float | lly | |
float | urx | |
float | ury | |
bool | colorized | |
Methods
AddImage
Source code
public override void AddImage(Image image, float a, float b, float c, float d, float e, float f, bool inlineImage)
Arguments
Type | Name | Description |
---|
Image | image | |
float | a | |
float | b | |
float | c | |
float | d | |
float | e | |
float | f | |
bool | inlineImage | |
GetDuplicate
Source code
public PdfContentByte GetDuplicate()
Properties
internal override PageResources PageResources { get; }
Generated with ModularDoc