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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 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++