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

    Return Value

    An outline of text symbol.
    Remarks

    Method returns graphics path of symbol defined in PDF 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