Aspose::Page::EPS::PsDocument::ResizeEps method

PsDocument::ResizeEps(System::SharedPtr<System::IO::Stream>, System::Drawing::SizeF, Units) method

Verilen PsDocument dosyasını EPS dosyası olarak yeniden boyutlandırır. Bu yöntem yalnızca EPS boyutu çıkarıldıktan sonra kullanılır. Başlangıçtaki EPS dosyasını güncellenmiş mevcut %BoundingBox ile kaydeder veya yeni bir tane oluşturulur. Page dönüşüm matrisi de ayarlanır.

void Aspose::Page::EPS::PsDocument::ResizeEps(System::SharedPtr<System::IO::Stream> epsStream, System::Drawing::SizeF newSizeInUnits, Units units)
ParameterTypeAçıklama
epsStreamSystem::SharedPtr<System::IO::Stream>Çıktı EPS dosyasının akışı.
newSizeInUnitsSystem::Drawing::SizeFAtanan birimlerdeki EPS görüntünün yeni boyutu.
birimlerBirimlerYeni boyutun birimleri. Nokta, inç, milimetre, santimetre ve başlangıç boyutunun yüzde değerleri olabilir.

Ayrıca Bakınız

PsDocument::ResizeEps(System::String, System::Drawing::SizeF, Units) method

Verilen PsDocument dosyasını EPS dosyası olarak yeniden boyutlandırır. Bu yöntem yalnızca EPS boyutu çıkarıldıktan sonra kullanılır. Başlangıçtaki EPS filD:\ASPOSE.GIT\aspose.pdf.cpp\cs_porter_produce\Aspose.Page.Cpp.Page.Cpp\eps\src_eps\PsDocument.hThe output directory where image file will be saved.e mevcut %BoundingBox güncellenmiş olarak kaydeder veya yeni bir tane oluşturulur. Page dönüşüm matrisi de ayarlanır.

void Aspose::Page::EPS::PsDocument::ResizeEps(System::String outEpsFilePath, System::Drawing::SizeF newSizeInUnits, Units units)
ParameterTypeAçıklama
outEpsFilePathSystem::StringÇıktı EPS dosya yolu.
newSizeInUnitsSystem::Drawing::SizeFAtanan birimlerdeki EPS görüntünün yeni boyutu.
birimlerBirimlerYeni boyutun birimleri. Nokta, inç, milimetre, santimetre ve başlangıç boyutunun yüzde değerleri olabilir.

Ayrıca Bakınız