Click or drag to resize

RedactionSetUseRepeat Method (Boolean)

Sets 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 void SetUseRepeat(
	bool repeat
)

Parameters

repeat
Type: SystemBoolean
the new use repeat
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