Skip to content

AnnotationActionGoTo::Name property

Indicates the named location to scroll to.

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)
std::wstring getName() const;
void setName(const std::wstring& value);
[propget] HRESULT Name([out, retval] BSTR *result);
[propput] HRESULT Name([in] BSTR value);

Return Value

string