|
|
|
|
|
|
|
Get a particular appearance from the annotation.
|
|
|
|
|
[C#]
virtual FormXObject GetAppearance(string state, string
name)
[Visual Basic]
Overridable Function GetAppearance(state As string, name As
string) As FormXObject
|
|
|
|
|
Name
|
Description
|
state |
The state may be N, D, or R. These values represent the normal,
down and rollover states respectively. |
name |
The name for the state for choice fields which have names. This
value may be null if this is not a choice field. |
return |
The appearance. |
|
|
|
|
|
Get a particular appearance from the annotation.
|
|
|
|
|
|