Click or drag to resize

RedactionGetUseRepeat Method

Gets the option of whether to use repeat for the Redaction annotation.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool GetUseRepeat()

Return Value

Type: Boolean
A bool indicating whether to repeat for the Redaction annotation.
Remarks
If UseRepeat value is true, then the text specified by OverlayText should be repeated to fill the redacted region after the affected content has been removed. This entry is ignored if the RO entry is present. Default value: false.
See Also