Skip to main content
Skip table of contents

Type3Glyph

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
TypeNameMethods
PageResourcesPageResourcesget

Methods

Public methods
ReturnsName
voidAddImage(Image image, float a, float b, float c, float d, float e, float f, bool inlineImage)
PdfContentByteGetDuplicate()

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
TypeNameDescription
PdfWriterwriter
PageResourcespageResources
floatwx
floatllx
floatlly
floaturx
floatury
boolcolorized

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
TypeNameDescription
Imageimage
floata
floatb
floatc
floatd
floate
floatf
boolinlineImage
GetDuplicate

Source code

public PdfContentByte GetDuplicate()

Properties

PageResources
internal override PageResources PageResources { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.