Annotation::Intent property¶
String containing a name describing the intent of the markup annotation. Intents allow viewer applications to distinguish between different uses and behaviors of a single markup annotation type. If this entry is not present or its value is the same as the annotation type, the annotation has no explicit intent and should behave in a generic manner in a viewer app.
string Intent { get; set; }
string getIntent() throws IGRException;
void setIntent(string value) throws IGRException;
@property
def Intent(self) -> string:
@property.setter
def Intent(self, value: string)
std::wstring getIntent() const;
void setIntent(const std::wstring& value);
[propget] HRESULT Intent([out, retval] BSTR *result);
[propput] HRESULT Intent([in] BSTR value);
Return Value¶
string