Skip to main content
All docs
V25.1
  • PdfClearContentRegions.Add(PdfRectangle, Boolean) Method

    Adds a page region to the collection.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public void Add(
        PdfRectangle rectangle,
        bool usePageCoordinateSystem
    )

    Parameters

    Name Type Description
    rectangle PdfRectangle

    A page region.

    usePageCoordinateSystem Boolean

    true to use page coordinate system; otherwise, false.

    See Also