ImageGear .NET
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback