RedactionGetOverlayTextAppearance Method |
Gets Overlay text appearance of the Redaction annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetOverlayTextAppearance()
Public Function GetOverlayTextAppearance As String
public:
virtual String^ GetOverlayTextAppearance() sealed
function GetOverlayTextAppearance();
Return Value
Type:
String A string containing the overlay text appearance of the annotation.
Remarks The overlay text appearance is the appearance string to be used in formatting the overlay text
when it is drawn after the affected content has been removed. This entry is ignored
if the Overlay appearance strint(RO) entry is present.
See Also