Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewThumbnailView Class / MakeThumbnail Method / MakeThumbnail(Image,Rectangle) Method
The page image.
OUT: Rectangle within the thumbnail corresponding to the page bounds.

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

    Parameters

    image
    The page image.
    pageRectangleInThumb
    OUT: Rectangle within the thumbnail corresponding to the page bounds.

    Return Value

    The image representing the thumbnail.
    See Also