Aspose::Pdf::Page::get_Rect method

Page::get_Rect method

Gets rectangle of the page. For get: page crop box is returned if specified, otherwise page media box is returned. For set: page media box always set. Please note that this property don’t consider page rotation. To get page rectangle considering rotation please use ActualRect.

System::SharedPtr<Aspose::Pdf::Rectangle> Aspose::Pdf::Page::get_Rect()

See Also