PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1Page Class / HasFragments Property

In This Topic
    HasFragments Property (C1Page)
    In This Topic
    Gets a value indicating whether the C1Page.Fragments collection for the current page has been initialized and contains one or more elements.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasFragments As Boolean
    public bool HasFragments {get;}
    See Also