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