DS.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / WicTiffFrame Class / ToImage Method
Specifies how the image data is attached to the GrapeCity.Documents.Drawing.Image object.

In This Topic
ToImage Method (WicTiffFrame)
In This Topic
Creates an GrapeCity.Documents.Drawing.Image object for the frame.
Syntax
'Declaration
 
Public Function ToImage( _
   Optional ByVal binding As ImageBinding _
) As Image
 

Parameters

binding
Specifies how the image data is attached to the GrapeCity.Documents.Drawing.Image object.

Return Value

The newly created GrapeCity.Documents.Drawing.Image object.
See Also