Aspose::Pdf::Annotations::HighlightAnnotation::HighlightAnnotation constructor

HighlightAnnotation::HighlightAnnotation constructor

Creates new Highlight annotation on the specified page.

Aspose::Pdf::Annotations::HighlightAnnotation::HighlightAnnotation(System::SharedPtr<Aspose::Pdf::Page> page, System::SharedPtr<Rectangle> rect)
ParameterTypeDescription
pageSystem::SharedPtr<Aspose::Pdf::Page>The document’s page where annotation should be created.
rectSystem::SharedPtr<Rectangle>The annotation rectangle, defining the location of the annotation on the page.

See Also