Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewThumbnailView Class / MakeThumbnail Method / MakeThumbnail(Image) Method
The page image.

In This Topic
    MakeThumbnail(Image) Method
    In This Topic
    Makes the thumbnail of a page image.
    Syntax
    'Declaration
     
    Public Overloads Function MakeThumbnail( _
       ByVal image As Image _
    ) As Image
    public Image MakeThumbnail( 
       Image image
    )

    Parameters

    image
    The page image.

    Return Value

    The image representing the thumbnail.
    See Also