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