Back to Devexpress

PdfPageFacade.ClearContent Method

officefileapi-devexpress-dot-pdf-dot-pdfpagefacade-dot-clearcontent.md

latest3.4 KB
Original Source

PdfPageFacade.ClearContent Method

NameParametersDescription
ClearContent(PdfClearContentRegions, PdfClearContentOptions)regions, optionsClears the document content located in the specified regions. Allows you to set what content type to keep in these regions.
ClearContent(PdfClearContentRegions)regionsClears the document content located in the specified regions.
ClearContent(PdfOrientedRectangle, PdfClearContentOptions)rect, optionsClears the document content located in the specified rectangle. Allows you to specify what content type to keep.
ClearContent(PdfOrientedRectangle, Boolean, PdfClearContentOptions)rect, usePageCoordinateSystem, optionsClears the document content located in the specified rectangle. Allows you to set whether to use the page coordinate system, and what content type to keep.
ClearContent(PdfOrientedRectangle, Boolean)rect, usePageCoordinateSystemClears the document content located in the specified rectangle. Allows you to specify whether to use the page coordinate system.
ClearContent(PdfOrientedRectangle)rectClears the document content located in the specified rectangle.
ClearContent(PdfRectangle, PdfClearContentOptions)rect, optionsClears the document content located in the specified rectangle. Allows you to specify what content type to keep.
ClearContent(PdfRectangle, Boolean, PdfClearContentOptions)rect, usePageCoordinateSystem, optionsClears the document content located in the specified rectangle. Allows you to specify whether to use the page coordinate system, and what content type to keep.
ClearContent(PdfRectangle, Boolean)rect, usePageCoordinateSystemClears the document content located in the specified rectangle. Allows you to specify whether to use the page coordinate system.
ClearContent(PdfRectangle)rectClears the document content in the specified rectangle.