[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.TiffFrame.ToImage

ToImage Method

ToImage(ImageBinding)

Creates an Image object for the frame.

Declaration
public Image ToImage(ImageBinding binding = ImageBinding.FilePath)
Public Function ToImage(Optional binding As ImageBinding = ImageBinding.FilePath) As Image
Parameters
Type Name Description
ImageBinding binding

Specifies how the image data is attached to the Image object.

Returns
Type Description
Image

The newly created Image object.