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
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
image, |
|
|
() |
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 |
|---|---|---|
|
|
writer |
|
|
|
pageResources |
|
|
|
wx |
|
|
|
llx |
|
|
|
lly |
|
|
|
urx |
|
|
|
ury |
|
|
|
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 |
|
|
|
a |
|
|
|
b |
|
|
|
c |
|
|
|
d |
|
|
|
e |
|
|
|
f |
|
|
|
inlineImage |
GetDuplicate
Source code
public PdfContentByte GetDuplicate()
Properties
PageResources
internal override PageResources PageResources { get; }
Generated with ModularDoc