Aspose::Pdf::Annotations::LinkAnnotation::LinkAnnotation constructor
LinkAnnotation::LinkAnnotation constructor
Creates new Link annotation on the specified page.
Aspose::Pdf::Annotations::LinkAnnotation::LinkAnnotation(System::SharedPtr<Aspose::Pdf::Page> page, System::SharedPtr<Rectangle> rect)
| Parameter | Type | Description |
|---|---|---|
| page | System::SharedPtr<Aspose::Pdf::Page> | The document’s page where annotation should be created. |
| rect | System::SharedPtr<Rectangle> | The annotation rectangle, defining the location of the annotation on the page. |
See Also
- Typedef SharedPtr
- Class Page
- Class Rectangle
- Class LinkAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++