ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfObject Class / IsEmpty Property

In This Topic
    IsEmpty Property (RtfObject)
    In This Topic
    Gets is empty this object.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property IsEmpty As System.Boolean
    public virtual System.bool IsEmpty {get;}

    Property Value

    true if this object is empty, otherwise false.
    See Also