Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewThumbnailView Class / UseImageAsThumbnail Property

In This Topic
    UseImageAsThumbnail Property
    In This Topic
    Gets or sets a value indicating whether the page image obtained from the preview pane should be used as the thumbnail (if this property is false, Image.GetThumbnailImage is called to obtain the thumbnail).
    Syntax
    'Declaration
     
    Public Property UseImageAsThumbnail As Boolean
    public bool UseImageAsThumbnail {get; set;}
    See Also