Aspose::Page::EPS::PsDocument::CropEps yöntemi

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)
ParameterTypeAçıklama
epsStreamSystem::SharedPtr<System::IO::Stream>Çıktı EPS dosyasının akışı.
cropBoxSystem::ArrayPtr<float>Kırpma kutusu (x0, y0, x, y).

Ayrıca Bakınız

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)
ParameterTypeAçıklama
outEpsFilePathSystem::StringÇıktı EPS dosya yolu.
cropBoxSystem::ArrayPtr<float>Kırpma kutusu (x0, y0, x, y).

Ayrıca Bakınız