Aspose::Page::IInteractiveDevice class
IInteractiveDevice class
The interface defining interactive features processing methods.
class IInteractiveDevice : public virtual System::Object
Methods
Method | Description |
---|---|
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 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
- Class Object
- Namespace Aspose::Page
- Library Aspose.Page for C++