AnnotationActionNamed::Name property¶
Indicates the name of the action.
string Name { get; set; }
string getName() throws IGRException;
void setName(string value) throws IGRException;
@property
def Name(self) -> string:
@property.setter
def Name(self, value: string)
[propget] HRESULT Name([out, retval] BSTR *result);
[propput] HRESULT Name([in] BSTR value);
Return Value¶
string : A string representing a predefined named action to be performed by the viewer.
| Name | Action |
|---|---|
| NextPage | Go to the next page of the document. |
| PrevPage | Go to the previous page of the document. |
| FirstPage | Go to the first page of the document. |
| LastPage | Go to the last page of the document. |