طريقة Aspose::Page::EPS::PsDocument::CropEps

PsDocument::CropEps(System::SharedPtr<System::IO::Stream>, System::ArrayPtr<float>) method

يقص PsDocument كملف EPS. يحفظ ملف EPS الأصلي مع تحديث %BoundingBox الموجود أو يتم إنشاء واحد جديد.

void Aspose::Page::EPS::PsDocument::CropEps(System::SharedPtr<System::IO::Stream> epsStream, System::ArrayPtr<float> cropBox)
ParameterTypeالوصف
epsStreamSystem::SharedPtr<System::IO::Stream>دفق ملف EPS الناتج.
cropBoxSystem::ArrayPtr<float>مربع القص (x0, y0, x, y).

انظر أيضًا

PsDocument::CropEps(System::String, System::ArrayPtr<float>) method

يقص PsDocument كملف EPS. يحفظ ملف EPS الأصلي مع تحديث %BoundingBox الموجود أو يتم إنشاء واحد جديد.

void Aspose::Page::EPS::PsDocument::CropEps(System::String outEpsFilePath, System::ArrayPtr<float> cropBox)
ParameterTypeالوصف
outEpsFilePathSystem::Stringمسار ملف EPS الناتج.
cropBoxSystem::ArrayPtr<float>مربع القص (x0, y0, x, y).

انظر أيضًا