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()
Public Function GetUseRepeat As Boolean
public:
virtual bool GetUseRepeat() sealed
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