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)
| Параметр | Тип | Описание |
|---|---|---|
| page | const System::SharedPtr<Aspose::Pdf::Page>& | страница Document, где должна быть создана аннотация. |
| rect | const System::SharedPtr<Rectangle>& | Необходимый прямоугольник, задающий границу аннотации. |
См. также
- Typedef SharedPtr
- Class Page
- Class Rectangle
- Class CircleAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
CircleAnnotation::CircleAnnotation(const System::SharedPtr<Document>&) constructor
Конструктор для аннотации Circle.
Aspose::Pdf::Annotations::CircleAnnotation::CircleAnnotation(const System::SharedPtr<Document> &document)
| Параметр | Тип | Описание |
|---|---|---|
| document | const System::SharedPtr<Document>& | Документ где будет создана аннотация. |
См. также
- Typedef SharedPtr
- Class Document
- Class CircleAnnotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++