Leadtools.WinForms.CommonDialogs.File Namespace > RasterOpenDialog Class : UseGdiPlus Property |
public bool UseGdiPlus {get; set;}
'Declaration Public Property UseGdiPlus As Boolean
'Usage Dim instance As RasterOpenDialog Dim value As Boolean instance.UseGdiPlus = value value = instance.UseGdiPlus
public bool UseGdiPlus {get; set;}
get_UseGdiPlus();
set_UseGdiPlus(value);
If the value of this property is true, then the File Open dialog will use GDI+ engine (RasterPaintEngine.GdiPlus) when drawing the thumbnails in the preview window. Otherwise, the the GDI engine (RasterPaintEngine.Gdi) will be used.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2