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