Xamarin.iOS のドキュメント
SaveAsGif メソッド

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

パラメータ

fileName
出力ファイルパス。
pageRange
ドキュメントのどのページを保存するかを定義する GrapeCity.Documents.Common.OutputRange オブジェクト。
options
GrapeCity.Documents.Pdf.SaveAsImageOptionsオブジェクト。
参照

FlexViewer クラス
FlexViewer メンバ