Aspose::Page::EPS::PsDocument::CropEps メソッド
PsDocument::CropEps(System::SharedPtr<System::IO::Stream>, System::ArrayPtr<float>) method
指定された PsDocument を EPS ファイルとしてトリミングします。既存の %BoundingBox を更新した初期の EPS ファイルを保存するか、または新しいものが作成されます。
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 ファイルとしてトリミングします。既存の %BoundingBox を更新した初期の EPS ファイルを保存するか、または新しいものが作成されます。
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++