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)
| Parameter | Type | Περιγραφή |
|---|---|---|
| epsStream | System::SharedPtr<System::IO::Stream> | Ροή εξόδου αρχείου EPS. |
| cropBox | System::ArrayPtr<float> | Το πλαίσιο περικοπής (x0, y0, x, y). |
Δείτε επίσης
- 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
Κόβει το δοσμένο PsDocument ως αρχείο EPS. Αποθηκεύει το αρχικό αρχείο EPS με ενημερωμένο υπάρχον %BoundingBox ή θα δημιουργηθεί νέο.
void Aspose::Page::EPS::PsDocument::CropEps(System::String outEpsFilePath, System::ArrayPtr<float> cropBox)
| Parameter | Type | Περιγραφή |
|---|---|---|
| outEpsFilePath | System::String | Η διαδρομή εξόδου του αρχείου EPS. |
| cropBox | System::ArrayPtr<float> | Το πλαίσιο περικοπής (x0, y0, x, y). |
Δείτε επίσης
- Class String
- Typedef ArrayPtr
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++