ImageGear .NET - Updated
Contrast Property (ImGearPageDisplay)




ImageGear24.Core Assembly > ImageGear.Display Namespace > ImGearPageDisplay Class : Contrast Property
Gets or sets the contrast level of the displayed image.
Syntax
'Declaration
 
Public Overridable Property Contrast As Double
'Usage
 
Dim instance As ImGearPageDisplay
Dim value As Double
 
instance.Contrast = value
 
value = instance.Contrast
public virtual double Contrast {get; set;}
public: __property virtual double get_Contrast();
public: __property virtual void set_Contrast( 
   double value
);
public:
virtual property double Contrast {
   double get();
   void set (    double value);
}

Property Value

Double value.
Remarks

Changing this property does not permanently affect the loaded image in memory.

The default value is 1.
See Also

Reference

ImGearPageDisplay Class
ImGearPageDisplay Members