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)
| Parameter | Type | Description |
|---|---|---|
| page | const System::SharedPtr<Aspose::Pdf::Page>& | The page with which the annotation will be associated. |
| 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 PageInformationAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++