GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfContentChar Struct

    Namespace:
    GemBox.Pdf.Content
    Assembly:
    GemBox.Pdf.dll

    Represents a glyph contained in a PdfTextContent.

    • C#
    • VB.NET
    public struct PdfContentChar
    Public Structure PdfContentChar

    Properties

    Bounds

    Gets the bounds of the glyph (PdfContentChar) in the context of its PdfTextContent container.

    • C#
    • VB.NET
    public readonly PdfQuad Bounds { get; }
    Public ReadOnly Property Bounds As PdfQuad
    Property Value
    PdfQuad

    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).

    • C#
    • VB.NET
    public override string ToString()
    Public Overrides Function ToString As String
    Returns
    System.String

    A Unicode text contained in this glyph (PdfContentChar).

    Overrides
    System.ValueType.ToString()
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.