Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

Show in webframe

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:
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

Error processing SSI file