Documents for PDF, .NET Edition Documentation
SaveAsGif(String,SaveAsImageOptions) Method

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > Page Class > SaveAsGif Method : SaveAsGif(String,SaveAsImageOptions) Method
The output file path.
The SaveAsImageOptions object.
Saves the page as an image to a file in GIF format.
Syntax
'Declaration
 
Public Overloads Sub SaveAsGif( _
   ByVal fileName As System.String, _
   Optional ByVal options As SaveAsImageOptions _
) 
public void SaveAsGif( 
   System.string fileName,
   SaveAsImageOptions options
)

Parameters

fileName
The output file path.
options
The SaveAsImageOptions object.
See Also

Reference

Page Class
Page Members
Overload List