PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1MultiDocumentItemCollection Class / Add Method

In This Topic
    Add Method (C1MultiDocumentItemCollection)
    In This Topic
    Creates a C1MultiDocumentItem, associates it with the specified document, and adds it to the current collection.

    Note that the passed document reference is not stored in the created item, see C1MultiDocumentItem.SetDocument for details.

    Overload List
    OverloadDescription
    Creates a C1MultiDocumentItem, associates it with the specified document, and adds it to the current collection.

    Note that the passed document reference is not stored in the created item, see C1MultiDocumentItem.SetDocument for details.

     
    Adds the specified item to the current collection.  
    See Also