Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
All docs
V25.2
  • PdfPageFacade.AddRedactAnnotation Method

    Name Parameters Description
    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