Skip to main content
All docs
V23.2

PdfClearContentRegions.Add Method

Name Parameters Description
Add(PdfOrientedRectangle, Boolean) rectangle, usePageCoordinateSystem Adds a page region to the collection.
Add(PdfOrientedRectangle) rectangle Adds a page region to the collection.
Add(PdfRectangle, Boolean) rectangle, usePageCoordinateSystem Adds a page region to the collection.
Add(PdfRectangle) rectangle Adds a page region to the collection.
Add(IEnumerable<PdfOrientedRectangle>, Boolean) rectangles, usePageCoordinateSystem Adds a list of page regions to the collection.
Add(IEnumerable<PdfOrientedRectangle>) rectangles Adds a list of page regions to the collection.
Add(IEnumerable<PdfRectangle>, Boolean) rectangles, usePageCoordinateSystem Adds a list of page regions to the collection.
Add(IEnumerable<PdfRectangle>) rectangles Adds a list of page regions to the collection.