Leadtools.WinForms Namespace > RasterImageList Class : UseDpi Property |
[CategoryAttribute("Behavior")] [DescriptionAttribute("Indicates whether LEAD's automated scaling properties are used to account for the physical resolution of the bitmap.")] public 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 Property UseDpi As Boolean
'Usage Dim instance As RasterImageList 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 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: property bool UseDpi { bool get(); void set ( bool value); }
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