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()
Public Function GetOverlayText As String
public:
virtual String^ GetOverlayText() sealed
function 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