Aspose::Page::EPS::PsDocument::SaveAsImage メソッド

PsDocument::SaveAsImage(System::SharedPtr<Device::ImageSaveOptions>) method

PS/EPS ファイルを画像ファイルとして保存します。出力ディレクトリとファイル名は入力の PS ファイルと同じになります。ファイル拡張子は "options" パラメータの画像形式に対応します。ドキュメントが FileStream 以外のストリームで初期化された場合、画像ファイルはデフォルトのファイル名テンプレートで現在のフォルダーに保存されます。

void Aspose::Page::EPS::PsDocument::SaveAsImage(System::SharedPtr<Device::ImageSaveOptions> options)

参照

PsDocument::SaveAsImage(System::SharedPtr<Device::ImageSaveOptions>, System::String, System::String) method

PS/EPS ファイルを指定されたディレクトリに、指定されたファイル名で画像ファイルとして保存します。ファイル拡張子は "options" パラメータの画像形式に対応します。

void Aspose::Page::EPS::PsDocument::SaveAsImage(System::SharedPtr<Device::ImageSaveOptions> options, System::String outDir, System::String fileNameTemplate)

参照