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)
ParameterTypeDescription
considerRotationboolIf true, page rotation is takein into consideration.

ReturnValue

True - if rectangle found; otherwise, false.

See Also