FreeTextSetDefaultAppearance Method |
Sets the default appearance of the FreeText annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetDefaultAppearance(
string app_str
)
Public Sub SetDefaultAppearance (
app_str As String
)
public:
virtual void SetDefaultAppearance(
[InAttribute] String^ app_str
) sealed
function SetDefaultAppearance(app_str);
Parameters
- app_str
- Type: SystemString
A string representing the default appearance of the FreeText annotation.
Remarks The default appearance string shall be used in formatting the text.The
annotation dictionary’s Appearance (AP) entry, if present, shall take precedence over
this entry.
See Also