VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Content.TextExtraction Namespace / PdfTextSymbol Class
Properties Methods SeeAlso
In This Topic
    PdfTextSymbol Class Members
    In This Topic
    The following tables list the members exposed by PdfTextSymbol.
    Public Properties
     NameDescription
    Public PropertyGets the code that corresponds to this text symbol in content stream. (Inherited from TextSymbol)
    Public PropertyGets the drawing symbol. (Inherited from TextSymbol)
    Public PropertyGets the font associated with this text symbol. (Inherited from TextSymbol)
    Public PropertyGets a value indicating whether this text symbol is represented by a sequence of Unicode characters. (Inherited from TextSymbol)
    Public PropertyGets a value indicating whether this text symbol has glyph. (Inherited from TextSymbol)
    Public PropertyGets a value indicating whether this symbol is space symbol.
    Public PropertyGets the first Unicode character of this text symbol. (Inherited from TextSymbol)
    Public PropertyGets a code of the first Unicode character of this text symbol. (Inherited from TextSymbol)
    Public PropertyGets a string that contains Unicode characters of this text symbol. (Inherited from TextSymbol)
    Public PropertyGets a width of this symbol in text space. (Inherited from TextSymbol)
    Public PropertyGets the font UnitsPerEM value. (Inherited from TextSymbol)
    Public PropertyGets the width of the symbol in text space (1/1000 of user space). (Inherited from TextSymbol)
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates a "virtual" text symbol that is used for text formatting. (Inherited from TextSymbol)
    Public MethodReturns a text symbol as IGraphicsPath. (Inherited from TextSymbol)
    Public Methodstatic (Shared in Visual Basic)Returns an array that contains all symbols of specified font.
    Public MethodReturns an outline of text symbol.
    Public MethodReturns an outline of text symbol in PDF coodinate system.
    See Also