Aspose::Pdf::Annotations::CircleAnnotation::CircleAnnotation конструктор

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

Создаёт новую аннотацию Circle на указанной странице.

Aspose::Pdf::Annotations::CircleAnnotation::CircleAnnotation(const System::SharedPtr<Aspose::Pdf::Page> &page, const System::SharedPtr<Rectangle> &rect)
ПараметрТипОписание
pageconst System::SharedPtr<Aspose::Pdf::Page>&страница Document, где должна быть создана аннотация.
rectconst System::SharedPtr<Rectangle>&Необходимый прямоугольник, задающий границу аннотации.

См. также

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

Конструктор для аннотации Circle.

Aspose::Pdf::Annotations::CircleAnnotation::CircleAnnotation(const System::SharedPtr<Document> &document)
ПараметрТипОписание
documentconst System::SharedPtr<Document>&Документ где будет создана аннотация.

См. также