RedactorAppearanceOverlayText Property |
Specifies if the text (e.g. "Redacted" etc.) should be placed on
top of the overlay. The remaining properties relate to the positioning,
and styling of the overlay text.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool OverlayText { get; set; }
Public Property OverlayText As Boolean
Get
Set
public:
virtual property bool OverlayText {
bool get () sealed;
void set (bool value) sealed;
}
function get_OverlayText();
function set_OverlayText(value);
Property Value
Type:
BooleanSee Also