←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly