UseGdiPlus Property

Summary
Gets or sets a value that indicates whether to use GDI+ paint engine when drawing the thumbnails of images.
Syntax
C#
C++/CLI
public bool UseGdiPlus { get; set; } 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.