Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PageCollection Class / Add Method

In This Topic
    Add Method (PageCollection)
    In This Topic
    Creates a new Page and adds it to the end of the document.
    Overload List
    OverloadDescription
    Creates a new Page and adds it to the end of the document.  
    Creates a new Page with the specified size and adds it to the end of the document.  
    Creates a new Page of the specified GrapeCity.Documents.Common.PaperKind and adds it to the end of the document.  
    Creates a new Page and adds it to the end of the document. (Inherited from System.Collections.ObjectModel.Collection<Page>)
    See Also