LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

UseDpi Property

Show in webframe





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
public bool UseDpi {get; set;}
'Declaration
 
Public Property UseDpi As Boolean
'Usage
 
Dim instance As WebImageViewer
Dim value As Boolean
 
instance.UseDpi = value
 
value = instance.UseDpi

            

            
public:
property bool UseDpi {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

WebImageViewer Class
WebImageViewer Members
WebImageViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.