Aspose::Page::EPS::PsDocument::CropEps μέθοδος

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

Κόβει το δοσμένο PsDocument ως αρχείο EPS. Αποθηκεύει το αρχικό αρχείο EPS με ενημερωμένο υπάρχον %BoundingBox ή θα δημιουργηθεί νέο.

void Aspose::Page::EPS::PsDocument::CropEps(System::SharedPtr<System::IO::Stream> epsStream, System::ArrayPtr<float> cropBox)
ParameterTypeΠεριγραφή
epsStreamSystem::SharedPtr<System::IO::Stream>Ροή εξόδου αρχείου EPS.
cropBoxSystem::ArrayPtr<float>Το πλαίσιο περικοπής (x0, y0, x, y).

Δείτε επίσης

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

Κόβει το δοσμένο PsDocument ως αρχείο EPS. Αποθηκεύει το αρχικό αρχείο EPS με ενημερωμένο υπάρχον %BoundingBox ή θα δημιουργηθεί νέο.

void Aspose::Page::EPS::PsDocument::CropEps(System::String outEpsFilePath, System::ArrayPtr<float> cropBox)
ParameterTypeΠεριγραφή
outEpsFilePathSystem::StringΗ διαδρομή εξόδου του αρχείου EPS.
cropBoxSystem::ArrayPtr<float>Το πλαίσιο περικοπής (x0, y0, x, y).

Δείτε επίσης