Aspose::Page::EPS::PsDocument::CropEps method

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

Recadre le PsDocument en fichier EPS. Il enregistre le fichier EPS initial avec le %BoundingBox existant mis à jour ou crée un nouveau.

void Aspose::Page::EPS::PsDocument::CropEps(System::SharedPtr<System::IO::Stream> epsStream, System::ArrayPtr<float> cropBox)
ParamètreTypeDescription
epsStreamSystem::SharedPtr<System::IO::Stream>Flux du fichier EPS de sortie.
cropBoxSystem::ArrayPtr<float>La zone de recadrage (x0, y0, x, y).

Voir aussi

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

Recadre le PsDocument en fichier EPS. Il enregistre le fichier EPS initial avec le %BoundingBox existant mis à jour ou crée un nouveau.

void Aspose::Page::EPS::PsDocument::CropEps(System::String outEpsFilePath, System::ArrayPtr<float> cropBox)
ParamètreTypeDescription
outEpsFilePathSystem::StringLe chemin du fichier EPS de sortie.
cropBoxSystem::ArrayPtr<float>La zone de recadrage (x0, y0, x, y).

Voir aussi