Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewThumbnailView Class / MakeThumbnail Method / MakeThumbnail(Image,Size,Pen) Method
The page image.
The size of the thumbnail image.
The pen used to draw page outline.

In This Topic
    MakeThumbnail(Image,Size,Pen) Method
    In This Topic
    Makes the thumbnail of a page image.
    Syntax
    'Declaration
     
    Public Overloads Shared Function MakeThumbnail( _
       ByVal image As Image, _
       ByVal size As Size, _
       ByVal outlinePen As Pen _
    ) As Image
    public static Image MakeThumbnail( 
       Image image,
       Size size,
       Pen outlinePen
    )

    Parameters

    image
    The page image.
    size
    The size of the thumbnail image.
    outlinePen
    The pen used to draw page outline.

    Return Value

    The image representing the thumbnail.
    See Also