Gets or sets a value that indicates whether the dialog will generate a thumbnail image from the image file.
public bool GenerateThumbnail {get; set;}
'Declaration
Public Property GenerateThumbnail As Boolean
'Usage
Dim instance As RasterOpenDialog
Dim value As Boolean
instance.GenerateThumbnail = value
value = instance.GenerateThumbnail
public:
property bool GenerateThumbnail {
bool get();
void set ( bool value);
}
Property Value
true to generate a thumbnail image from the image file; otherwise, false.