Gets or sets a value that indicates whether LEAD's automated scaling properties are used to account for the physical resolution of the bitmap.
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Indicates whether LEAD's automated scaling properties are used to account for the physical resolution of the bitmap.")]
public virtual bool UseDpi {get; set;}
'Declaration
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Indicates whether LEAD's automated scaling properties are used to account for the physical resolution of the bitmap.")>
Public Overridable Property UseDpi As Boolean
'Usage
Dim instance As RasterImageViewer
Dim value As Boolean
instance.UseDpi = value
value = instance.UseDpi
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Indicates whether LEAD's automated scaling properties are used to account for the physical resolution of the bitmap.")]
public:
virtual property bool UseDpi {
bool get();
void set ( bool value);
}
Property Value
true Account for the physical resolution. Default value is
false.