UseDpi Property

Summary

Gets or sets a value that indicates whether the control uses the image's DPI (Dots Per Inch) to calculate the physical resolution for the image.

Syntax
C#
VB
C++
public bool UseDpi { get; set; } 
  
Public Property UseDpi As Boolean 
public: 
property bool UseDpi { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to use the image's DPI (Dots Per Inch) to calculate the physical resolution; false to ignore it.

Remarks

Default value is false.

Example

Refer to ScrollBarVisible

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.Web Assembly