Skip to main content
All docs
V25.1
  • PdfClearContentRegions.Add(IEnumerable<PdfOrientedRectangle>, Boolean) Method

    Adds a list of page regions to the collection.

    Namespace: DevExpress.Pdf

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public void Add(
        IEnumerable<PdfOrientedRectangle> rectangles,
        bool usePageCoordinateSystem
    )

    Parameters

    Name Type Description
    rectangles IEnumerable<PdfOrientedRectangle>

    A list of page regions.

    usePageCoordinateSystem Boolean

    true to use page coordinate system; otherwise, false.

    See Also