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