Back to Devexpress

PdfPageFacade.AddRedactAnnotation Method

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

latest1.2 KB
Original Source

PdfPageFacade.AddRedactAnnotation Method

NameParametersDescription
AddRedactAnnotation(PdfOrientedRectangle, Boolean)rectangle, usePageCoordinateSystemCreates a redaction annotation in the specified rectangle. Allows you to specify whether to use the page coordinate system.
AddRedactAnnotation(PdfRectangle)rectangleCreates a redaction annotation in the specified page area.
AddRedactAnnotation(IEnumerable<PdfOrientedRectangle>, Boolean)rectangles, usePageCoordinateSystemCreates a redaction annotation at the specified page area. Allows you to specify whether to use the page coordinate system