UseImageAsThumbnail Property (C1PreviewThumbnailView)
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