Skip to main content
All docs
V23.2

PdfClearContentRegions.Add(PdfOrientedRectangle, Boolean) Method

Adds a page region to the collection.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public void Add(
    PdfOrientedRectangle rectangle,
    bool usePageCoordinateSystem
)

Parameters

Name Type Description
rectangle PdfOrientedRectangle

A page region.

usePageCoordinateSystem Boolean

true to use page coordinate system; otherwise, false.

See Also