Aspose::Pdf::Annotations::PageInformationAnnotation::PageInformationAnnotation constructor

PageInformationAnnotation::PageInformationAnnotation constructor

Initializes a new instance of the PageInformationAnnotation class on the given page in the given location.

Aspose::Pdf::Annotations::PageInformationAnnotation::PageInformationAnnotation(const System::SharedPtr<Aspose::Pdf::Page> &page, const System::SharedPtr<Rectangle> &rect)
ParameterTypeDescription
pageconst System::SharedPtr<Aspose::Pdf::Page>&The page with which the annotation will be associated.
rectconst System::SharedPtr<Rectangle>&The annotation rectangle, defining the location of the annotation on the page.

See Also