PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1Page Class / IsEmpty Property

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