ImageGear .NET v25.1 - Updated
UseImageResolution Property




ImageGear.Core Assembly > ImageGear.Display Namespace > IImGearLayout Interface : UseImageResolution Property
Gets or sets a value indicating whether or not the image resolution attribute affects displaying.
Syntax
'Declaration
 
Property UseImageResolution As Boolean
'Usage
 
Dim instance As IImGearLayout
Dim value As Boolean
 
instance.UseImageResolution = value
 
value = instance.UseImageResolution
bool UseImageResolution {get; set;}
__property bool get_UseImageResolution();
__property void set_UseImageResolution( 
   bool value
);
property bool UseImageResolution {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
See Also

Reference

IImGearLayout Interface
IImGearLayout Members
IImGearLayout Interface