VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Fonts Namespace / PdfFont Class / IsFullyDefined Property
Syntax Requirements SeeAlso
In This Topic
    IsFullyDefined Property (PdfFont)
    In This Topic
    Gets a value indicating whether the font is fully defined, i.e. font has no references to the other sources.
    Syntax
    'Declaration
    
    Public Overridable ReadOnly Property IsFullyDefined As Boolean
    
    
    public virtual bool IsFullyDefined { get; }
    
    
    public: __property virtual bool get_IsFullyDefined();
    
    
    
    public:
    virtual property bool IsFullyDefined { bool get(); }

    Property Value

    True - font does not have references to the other sources;
    false - font has references to the other sources.
    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