PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / Items Property

In This Topic
    Items Property (C1MultiDocument)
    In This Topic
    Gets the collection of C1MultiDocumentItem objects containing documents included in the current C1MultiDocument.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As C1MultiDocumentItemCollection
    public C1MultiDocumentItemCollection Items {get;}
    See Also