Aspose::Pdf::Facades::PdfPageEditor::GetPageBoxSize метод

PdfPageEditor::GetPageBoxSize method

Возвращает размер указанного блока в документе.

System::Drawing::Rectangle Aspose::Pdf::Facades::PdfPageEditor::GetPageBoxSize(int32_t page, const System::String &pageBoxName)
ПараметрТипОписание
pageint32_tСтраница индекс. Страницы Документ нумеруются с 1.
pageBoxNameconst System::String&Имя типа бокса. Допустимые значения: “art”, “bleed”, “crop”, “media”, “trim”.

ReturnValue

Rectangle which contains requested box.

См. также