Aspose::Page::EPS::PsDocument::CropEps yöntemi
İçindekiler
[
Saklamak
]PsDocument::CropEps(System::SharedPtr<System::IO::Stream>, System::ArrayPtr<float>) method
Verilen PsDocument dosyasını EPS dosyası olarak kırpar. Başlangıç EPS dosyasını güncellenmiş mevcut %BoundingBox ile kaydeder; yoksa yeni bir %BoundingBox oluşturulur.
void Aspose::Page::EPS::PsDocument::CropEps(System::SharedPtr<System::IO::Stream> epsStream, System::ArrayPtr<float> cropBox)
| Parameter | Type | Açıklama |
|---|---|---|
| epsStream | System::SharedPtr<System::IO::Stream> | Çıktı EPS dosyasının akışı. |
| cropBox | System::ArrayPtr<float> | Kırpma kutusu (x0, y0, x, y). |
Ayrıca Bakınız
- 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
Verilen PsDocument dosyasını EPS dosyası olarak kırpar. Başlangıç EPS dosyasını güncellenmiş mevcut %BoundingBox ile kaydeder; yoksa yeni bir %BoundingBox oluşturulur.
void Aspose::Page::EPS::PsDocument::CropEps(System::String outEpsFilePath, System::ArrayPtr<float> cropBox)
| Parameter | Type | Açıklama |
|---|---|---|
| outEpsFilePath | System::String | Çıktı EPS dosya yolu. |
| cropBox | System::ArrayPtr<float> | Kırpma kutusu (x0, y0, x, y). |
Ayrıca Bakınız
- Class String
- Typedef ArrayPtr
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++