IsEmpty Property (C1Page)
In This Topic
Gets a value indicating whether the current page contains any
RenderFragment objects that belong to the
C1PrintDocument.Body of the document.
Syntax
'Declaration
Public ReadOnly Property IsEmpty As Boolean
public bool IsEmpty {get;}
See Also