ImageGear for .NET
Brightness Property (ImGearPresentationPageDisplay)




Gets or sets the brightness level of the displayed image.
Syntax
'Declaration
 
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
Public Property Brightness As Double
'Usage
 
Dim instance As ImGearPresentationPageDisplay
Dim value As Double
 
instance.Brightness = value
 
value = instance.Brightness
[BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public double Brightness {get; set;}
[BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public: __property double get_Brightness();
public: __property void set_Brightness( 
   double value
);
[BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public:
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

ImGearPresentationPageDisplay Class
ImGearPresentationPageDisplay Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback