Metode Aspose::Page::EPS::PsDocument::CropEps

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

Memotong PsDocument yang diberikan sebagai file EPS. Ini menyimpan file EPS awal dengan %BoundingBox yang ada diperbarui atau yang baru akan dibuat.

void Aspose::Page::EPS::PsDocument::CropEps(System::SharedPtr<System::IO::Stream> epsStream, System::ArrayPtr<float> cropBox)
ParameterTipeDeskripsi
epsStreamSystem::SharedPtr<System::IO::Stream>Aliran file EPS output.
cropBoxSystem::ArrayPtr<float>Kotak pemotongan (x0, y0, x, y).

Lihat Juga

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

Memotong PsDocument yang diberikan sebagai file EPS. Ini menyimpan file EPS awal dengan %BoundingBox yang ada diperbarui atau yang baru akan dibuat.

void Aspose::Page::EPS::PsDocument::CropEps(System::String outEpsFilePath, System::ArrayPtr<float> cropBox)
ParameterTipeDeskripsi
outEpsFilePathSystem::StringJalur file EPS output.
cropBoxSystem::ArrayPtr<float>Kotak pemotongan (x0, y0, x, y).

Lihat Juga