ImageGear .NET v25.2 - Updated
Contrast Property (ImGearPresentationPageDisplay)




ImageGear.Presentation Assembly > ImageGear.Display Namespace > ImGearPresentationPageDisplay Class : Contrast Property
Gets or sets the contrast level of the displayed image.
Syntax
'Declaration
 
<BindableAttribute(True)>
Public Property Contrast As Double
'Usage
 
Dim instance As ImGearPresentationPageDisplay
Dim value As Double
 
instance.Contrast = value
 
value = instance.Contrast
[Bindable(true)]
public double Contrast {get; set;}
[Bindable(true)]
public: __property double get_Contrast();
public: __property void set_Contrast( 
   double value
);
[Bindable(true)]
public:
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

ImGearPresentationPageDisplay Class
ImGearPresentationPageDisplay Members

Is this page helpful?
Yes No
Thanks for your feedback.