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(System::SharedPtr<Aspose::Pdf::Page> page, System::SharedPtr<Rectangle> rect)
ParameterTypeDescription
pageSystem::SharedPtr<Aspose::Pdf::Page>The page with which the annotation will be associated.
rectSystem::SharedPtr<Rectangle>The annotation rectangle, defining the location of the annotation on the page.

See Also