ドキュメントのページ(出力ファイルあたりの1ページ)をPNG 形式の画像として保存します。 fileName パラメータは、.NET 書式指定の文字列として使用され、現在のページ番号(1から始まる)が書式される値として渡されます。fileName に書式項目("{0}"など)が含まれていない場合は、すべてのページが同じファイル名で保存し、最後のページがそれ以外のすべてを上書きします。
シンタックス
'宣言
Public Sub SaveAsPng( _
ByVal As System.String, _
Optional ByVal As GrapeCity.Documents.Common.OutputRange, _
Optional ByVal As GrapeCity.Documents.Pdf.SaveAsImageOptions _
)
public void SaveAsPng(
System.string ,
GrapeCity.Documents.Common.OutputRange ,
GrapeCity.Documents.Pdf.SaveAsImageOptions
)
パラメータ
- fileName
- 出力ファイルパス。
- pageRange
- ドキュメントのどのページを保存するかを定義する GrapeCity.Documents.Common.OutputRange オブジェクト。
- options
- GrapeCity.Documents.Pdf.SaveAsImageOptionsオブジェクト。
参照