RedactionSetOverlayTextAppearance Method |
Sets Overlay text appearance of the Redaction annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetOverlayTextAppearance(
string app
)
Public Sub SetOverlayTextAppearance (
app As String
)
public:
virtual void SetOverlayTextAppearance(
[InAttribute] String^ app
) sealed
function SetOverlayTextAppearance(app);
Parameters
- app
- Type: SystemString
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