Aspose::Page::IInteractiveDevice class

IInteractiveDevice class

The interface defining interactive features processing methods.

class IInteractiveDevice : public virtual System::Object

Methods

MethodDescription
virtual AddOutline(int32_t, System::String)Adds an outline item with the last object as its target.
virtual AddOutline(System::Drawing::PointF, int32_t, System::String)Adds an outline item with the origin point as its target.
virtual get_InternalHyperlinksTargets()Returns the map of internal hyperlink targets.
virtual SaveInternalHyperlinkTarget(int32_t, System::Drawing::RectangleF)Saves internal hyperlink target as an absolute page number and a rectangular area on a page.
virtual SetHyperlinkTarget(System::String)Set the hyperlink with an external URI as its target.
virtual SetHyperlinkTarget(int32_t)Set the hyperlink with a page number as its target.

See Also