Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / IcoFrame Class / ToImage Method

In This Topic
    ToImage Method (IcoFrame)
    In This Topic
    Creates an GrapeCity.Documents.Drawing.Image object for the frame.
    Syntax
    'Declaration
     
    Public Function ToImage() As Image
    public Image ToImage()

    Return Value

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