Skip to main content
All docs
V26.1
  • PageCollection.Add(Page) Method

    Adds a page to the collection.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public void Add(
        Page item
    )

    Parameters

    Name Type Description
    item Page

    The page to add.

    Remarks

    Note

    You cannot add the same Page object to the collection multiple times at different indexes. Each time you add it, the object moves to a new index. Call the Clone method to copy pages.

    Implements

    See Also