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;}
[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;}
CategoryAttribute("Behavior")
DescriptionAttribute("Indicates whether LEAD's automated scaling properties are used to account for the physical resolution of the bitmap.")
get_UseDpi();
set_UseDpi(value);
[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);
}
'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
Property Value
true Account for the physical resolution. Default value is
false.
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