ImageGear for .NET
Brightness Property (ImGearPageDisplay)




Gets or sets the brightness level of the displayed image.
Syntax
'Declaration
 
Public Overridable Property Brightness As Double
'Usage
 
Dim instance As ImGearPageDisplay
Dim value As Double
 
instance.Brightness = value
 
value = instance.Brightness
public virtual double Brightness {get; set;}
public: __property virtual double get_Brightness();
public: __property virtual void set_Brightness( 
   double value
);
public:
virtual property double Brightness {
   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 0.
See Also

Reference

ImGearPageDisplay Class
ImGearPageDisplay Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback