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)
パラメーター説明
optionsSystem::SharedPtr<Device::ImageSaveOptions>画像保存に必要なパラメータと、変換中にスローされるエラーの出力を指定するフラグを含みます。

ReturnValue

Images bytes. One byte array for one page.

参照