Click or drag to resize

FreeTextGetDefaultAppearance Method

Gets the default appearance of the FreeText annotation.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public string GetDefaultAppearance()

Return Value

Type: String
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