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)
ParameterTypeDescription
pageconst System::SharedPtr<Aspose::Pdf::Page>&Document’s page where annotation should be created.
rectconst System::SharedPtr<Rectangle>&Required rectangle that sets annotation’s border.

See Also

CircleAnnotation::CircleAnnotation(const System::SharedPtr<Document>&) constructor

Constructor for Circle annotation.

Aspose::Pdf::Annotations::CircleAnnotation::CircleAnnotation(const System::SharedPtr<Document> &document)
ParameterTypeDescription
documentconst System::SharedPtr<Document>&Document where annotation will be created.

See Also