SaveAsTiff(String,TiffOptions) Method
In This Topic
Saves the image to a file in TIFF format.
Syntax
'Declaration
Public Overloads Sub SaveAsTiff( _
ByVal As System.String, _
Optional ByVal As TiffOptions _
)
public void SaveAsTiff(
System.string ,
TiffOptions
)
Parameters
- fileName
- The output file name.
- options
- The options for the TIFF image encoder.
See Also