Aspose::Pdf::Annotations::CircleAnnotation::CircleAnnotation constructor
CircleAnnotation::CircleAnnotation(const System::SharedPtr<Aspose::Pdf::Page>&, const System::SharedPtr<Rectangle>&) constructor
Creates new Circle annotation on the specified page.
Aspose::Pdf::Annotations::CircleAnnotation::CircleAnnotation(const System::SharedPtr<Aspose::Pdf::Page> &page, const System::SharedPtr<Rectangle> &rect)
| Parameter | Type | Description |
|---|---|---|
| page | const System::SharedPtr<Aspose::Pdf::Page>& | Document’s page where annotation should be created. |
| rect | const System::SharedPtr<Rectangle>& | Required rectangle that sets annotation’s border. |
See Also
- Typedef SharedPtr
- Class Page
- Class Rectangle
- Class CircleAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
CircleAnnotation::CircleAnnotation(const System::SharedPtr<Document>&) constructor
Constructor for Circle annotation.
Aspose::Pdf::Annotations::CircleAnnotation::CircleAnnotation(const System::SharedPtr<Document> &document)
| Parameter | Type | Description |
|---|---|---|
| document | const System::SharedPtr<Document>& | Document where annotation will be created. |
See Also
- Typedef SharedPtr
- Class Document
- Class CircleAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++