Metode Aspose::Page::EPS::PsDocument::CropEps
isi
[
bersembunyi
]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)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| epsStream | System::SharedPtr<System::IO::Stream> | Aliran file EPS output. |
| cropBox | System::ArrayPtr<float> | Kotak pemotongan (x0, y0, x, y). |
Lihat Juga
- Typedef SharedPtr
- Class Stream
- Typedef ArrayPtr
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
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)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| outEpsFilePath | System::String | Jalur file EPS output. |
| cropBox | System::ArrayPtr<float> | Kotak pemotongan (x0, y0, x, y). |
Lihat Juga
- Class String
- Typedef ArrayPtr
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++