PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.Util Namespace / FontSubSet Class / IsInvalid Property

In This Topic
    IsInvalid Property (FontSubSet)
    In This Topic
    Gets or sets value indicating that this FontSubSet object invalid (error occurs during getting font's data) and can not be used.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsInvalid As Boolean
    public bool IsInvalid {get;}
    See Also