Aspose::Pdf::Facades::PdfPageEditor::GetPageBoxSize metod

PdfPageEditor::GetPageBoxSize method

Returnerar storleken på den angivna rutan i dokumentet.

System::Drawing::Rectangle Aspose::Pdf::Facades::PdfPageEditor::GetPageBoxSize(int32_t page, const System::String &pageBoxName)
ParameterTypBeskrivning
pageint32_tPage index. Document sidor är numrerade från 1.
pageBoxNameconst System::String&Box-typnamn. Giltiga värden är: “art”, “bleed”, “crop”, “media”, “trim”.

ReturnValue

Rectangle which contains requested box.

Se även