VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Content.TextExtraction Namespace / PdfTextSymbol Class / GetOutline() Method
Syntax Remarks Requirements SeeAlso
In This Topic
    GetOutline() Method (PdfTextSymbol)
    In This Topic
    Returns an outline of text symbol.
    Syntax
    'Declaration
    
    Public Overrides Function GetOutline() As Vintasoft.Imaging.Fonts.FontSymbolOutline
    
    
    public override Vintasoft.Imaging.Fonts.FontSymbolOutline GetOutline()
    
    
    public: Vintasoft.Imaging.Fonts.FontSymbolOutline* GetOutline(); override
    
    
    public:
    Vintasoft.Imaging.Fonts.FontSymbolOutline^ GetOutline(); override

    Return Value

    An outline of text symbol.
    Remarks

    Method returns graphics path of symbol defined in font coordinate space ((1/72 inch)*1000).

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also