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

    Adds a page with the specified width and height to the document.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public Page Add(
        float width,
        float height
    )

    Parameters

    Name Type Description
    width Single

    The page’s width.

    height Single

    The page’s height.

    Returns

    Type Description
    Page

    The added page.

    See Also