Aspose::Page::EPS::PsDocument::ExtractEpsBoundingBox method

PsDocument::ExtractEpsBoundingBox method

Reads EPS file and extracts bounding box of EPS image from %BoundingBox comment or bounds for default page size (0, 0, 595, 842) if it doesn’t exist.

System::ArrayPtr<int32_t> Aspose::Page::EPS::PsDocument::ExtractEpsBoundingBox()

ReturnValue

The bounding box of the EPS image.

See Also