PdfContentChar Struct
Represents a glyph contained in a PdfTextContent.
Properties
Bounds
Gets the bounds of the glyph (PdfContentChar) in the context of its PdfTextContent container.
Property Value
The bounds of the glyph (PdfContentChar) in the context of its PdfTextContent container.
Remarks
This member, although exposed as a property for easier debugging, performs complex calculations, so instead of accessing it frequently, cache its result instead.
Methods
ToString()
Returns a Unicode text contained in this glyph (PdfContentChar).
Returns
- System.String
A Unicode text contained in this glyph (PdfContentChar).
Overrides
System.ValueType.ToString()