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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly

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