'宣言 Public Overloads Sub Save( _ ByVal stream As System.IO.Stream, _ ByVal format As FileFormat, _ ByVal options As SaveOptions _ )
public void Save( System.IO.Stream stream, FileFormat format, SaveOptions options )
パラメータ
- stream
- コンテンツが保存される System.IO.Stream。
- format
- ファイルの保存に使用するフォーマットを指定する FileFormat値。
- options
- ファイルを保存する際に使用するオプションを指定する SaveOptions値。