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