LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

UseDpi Property






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 bool UseDpi {get; set;}
 get_UseDpi();
set_UseDpi(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WebImageViewer Class
WebImageViewer Members
WebImageViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.