Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / DataBox Structure / IsEmpty Property

In This Topic
    IsEmpty Property (DataBox)
    In This Topic
    Gets a value indicating whether this instance is empty.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsEmpty As System.Boolean
    public System.bool IsEmpty {get;}

    Property Value

    true if this instance is empty; otherwise, false.
    See Also