Aspose::Pdf::Annotations::Annotation::GetRectangle method
Annotation::GetRectangle method
Returns rectangle of annotation taking into consideration page rotation.
System::SharedPtr<Rectangle> Aspose::Pdf::Annotations::Annotation::GetRectangle(bool considerRotation)
| Parameter | Type | Description |
|---|---|---|
| considerRotation | bool | If true, page rotation is takein into consideration. |
ReturnValue
True - if rectangle found; otherwise, false.
See Also
- Typedef SharedPtr
- Class Rectangle
- Class Annotation
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++