Gets or sets a value that indicates whether the dialog will generate a thumbnail image from the image file.
public bool GenerateThumbnail { get; set; }
Public Property GenerateThumbnail As Boolean
public:
property bool GenerateThumbnail {
bool get();
void set ( bool value);
}
true to generate a thumbnail image from the image file; otherwise, false.
The Open dialog generates a thumbnail image from the selected image file(s) in RasterDialogFileData.Thumbnail associated with each file in the OpenedFileData list.
Refer to RasterOpenDialog example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET