[]
Gets or sets the FormXObject object for a specified state.
public FormXObject this[string state] { get; set; }
Public Default Property Item(state As String) As FormXObject
Type | Name | Description |
---|---|---|
string | state | The state of the annotation. |
Type | Description |
---|---|
FormXObject | The FormXObject associated with the specified state. |