Click or drag to resize

RedactionGetOverlayText Method

Gets Overlay text of the Redaction annotation.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public string GetOverlayText()

Return Value

Type: String
A string containing the overlay text of the annotation.
Remarks
The OverlayText string is a text string specifying the overlay text that should be drawn over the redacted region after the affected content has been removed. This entry is ignored if the Overlay appearance(RO) entry is present.
See Also