LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)
LEAD Technologies, Inc

UseGdiPlus Property






Gets or sets a value that indicates whether to use GDI+ paint engine when drawing the thumbnails of images.
Syntax
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);
public:
property bool UseGdiPlus {
   bool get();
   void set (    bool value);
}

Property Value

true if the GDI+ paint engine is used when drawing the thumbnails of images, otherwise; false. Default value is false.
Remarks

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.

Requirements

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

See Also

Reference

RasterOpenDialog Class
RasterOpenDialog Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.