VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Fonts Namespace / PdfFont Class / IsExternal Property
Syntax Requirements SeeAlso
In This Topic
    IsExternal Property (PdfFont)
    In This Topic
    Gets a value indicating whether this font has external font program.
    Syntax
    'Declaration
    
    Public ReadOnly Property IsExternal As Boolean
    
    
    public bool IsExternal { get; }
    
    
    public: __property bool get_IsExternal();
    
    
    
    public:
    property bool IsExternal { bool get(); }

    Property Value

    True if font has external font programm; otherwise, false.
    Requirements

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

    See Also