Skip to main content
All docs
V23.2

PdfClearContentRegions.Add(IEnumerable<PdfOrientedRectangle>, Boolean) Method

Adds a list of page regions to the collection.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.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