Click or drag to resize

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
)

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