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).

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
public bool UseImageAsThumbnail { get; set; }
Visual Basic
Public Property UseImageAsThumbnail As Boolean
	Get
	Set

See Also