PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / SizeD Structure / IsEmpty Property

In This Topic
    IsEmpty Property (SizeD)
    In This Topic
    Gets a value indicating whether of the current SizeD has zero SizeD.Width and SizeD.Height.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsEmpty As Boolean
    public bool IsEmpty {get;}
    See Also