THPDFPage.AddRedactAnnotation Method

Adds redact annotation data to the annotation and action workflow. The call creates or attaches the PDF-side object needed by later output, validation, signing, or page rendering steps

Declaration

procedure AddRedactAnnotation(Rectangle: TRect; const OverlayText: AnsiString= ''; const Contents: AnsiString= ''; Color: TColor= clBlack);

Unit

HPDFDoc

Parameters

NamePurpose
RectanglePage area or widget rectangle where the operation is applied
OverlayTextInput used by AddRedactAnnotation
ContentsHuman-readable text stored in the PDF object, action, annotation, or structure element
ColorColor component or color value used by the painting or resource operation

Return value

This member does not return a value

Usage notes

Related APIs