Aspose::Page::EPS::PsDocument::SaveAsImagesBytes メソッド
PsDocument::SaveAsImagesBytes method
PS/EPS ファイルを画像のバイト配列として保存します。
System::ArrayPtr<System::ArrayPtr<uint8_t>> Aspose::Page::EPS::PsDocument::SaveAsImagesBytes(System::SharedPtr<Device::ImageSaveOptions> options)
| パラメーター | 型 | 説明 |
|---|---|---|
| options | System::SharedPtr<Device::ImageSaveOptions> | 画像保存に必要なパラメータと、変換中にスローされるエラーの出力を指定するフラグを含みます。 |
ReturnValue
Images bytes. One byte array for one page.
参照
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ImageSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++