Aspose::Pdf::Annotations::CircleAnnotation::CircleAnnotation constructor

CircleAnnotation::CircleAnnotation(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>) constructor

Creates new Circle annotation on the specified page.

Aspose::Pdf::Annotations::CircleAnnotation::CircleAnnotation(System::SharedPtr<Aspose::Pdf::Page> page, System::SharedPtr<Rectangle> rect)
ParameterTypeDescription
pageSystem::SharedPtr<Aspose::Pdf::Page>Document’s page where annotation should be created.
rectSystem::SharedPtr<Rectangle>Required rectangle that sets annotation’s border.

See Also

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

Constructor for Circle annotation.

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

See Also