Visual Basic (Declaration) | |
---|---|
Public Property GenerateThumbnail As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterOpenDialog Dim value As Boolean instance.GenerateThumbnail = value value = instance.GenerateThumbnail |
C# | |
---|---|
public bool GenerateThumbnail {get; set;} |
Property Value
true to generate a thumbnail image from the image file; otherwise, false.Refer to RasterOpenDialog example.
The Open dialog generates a thumbnail image from the selected image file(s) in RasterDialogFileData.Thumbnail associated with each file in the OpenedFileData list.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7