ImageGear .NET - Updated
ImageResolution Property




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearDIB Class : 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