ImageGear for .NET
ImageResolution Property




Gets or sets image resolution.
Syntax
'Declaration
 
Public Property ImageResolution As IImGearResolution
'Usage
 
Dim instance As ImGearDIB
Dim value As IImGearResolution
 
instance.ImageResolution = value
 
value = instance.ImageResolution
public IImGearResolution ImageResolution {get; set;}
public: __property IImGearResolution* get_ImageResolution();
public: __property void set_ImageResolution( 
   IImGearResolution* value
);
public:
property IImGearResolution^ ImageResolution {
   IImGearResolution^ get();
   void set (    IImGearResolution^ value);
}

Property Value

ImGearResolution structure object.
See Also

Reference

ImGearDIB Class
ImGearDIB Members
IImGearResolution Interface

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback