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