Method AddRedactionAnnotation
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
AddRedactionAnnotation(PdfRectangle)
Adds the new redaction annotation.
public PdfRedactionAnnotation AddRedactionAnnotation(PdfRectangle bounds)
Parameters
bounds
PdfRectangleThe bounds of the redaction annotation.
Returns
- PdfRedactionAnnotation
The newly created PdfRedactionAnnotation object.
Remarks
The created annotation looks like a rectangle, stroked with red color.