UseGdiPlus Property

Summary

Gets or sets a value that indicates whether to use GDI+ paint engine when drawing the thumbnails of images.

Syntax
C#
VB
C++
public bool UseGdiPlus { get; set; } 
  
Public Property UseGdiPlus As Boolean 
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 GDI engine (RasterPaintEngine.Gdi) will be used.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly