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)
ParameterTypeDescription
pageconst System::SharedPtr<Aspose::Pdf::Page>&The document’s page where annotation should be created.
rectconst System::SharedPtr<Rectangle>&The annotation rectangle, defining the location of the annotation on the page.

See Also