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