FieldGetDefaultAppearance Method |
Gets the default graphics state.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public GState GetDefaultAppearance()
Public Function GetDefaultAppearance As GState
public:
virtual GState^ GetDefaultAppearance() sealed
function GetDefaultAppearance();
Return Value
Type:
GState The default graphics state that should be used in formatting the text.
The state corresponds to /DA entry in the field dictionary.
See Also