Gets the intent.
Namespace:
pdftron.PDF.OCG
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetIntent As Obj
public:
virtual Obj^ GetIntent() sealed
Return Value
Type:
Obj OCG intent.
An intent is a name object (or an Array of name objects) broadly describing the
intended use, which can be either "View" or "Design". A group's content is
considered to be optional (that is, the group's state is considered in its
visibility) if any intent in its list matches an intent of the context. The
intent list of the context is usually set from the intent list of the document
configuration.
See Also