OfficeImageEffectsBrightness Property |
Gets or sets the brightness of the picture. The value for this property must
be a number from 0.0 (dimmest) to 1.0 (brightest).
Namespace: GroupDocs.Watermark.ContentsAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic double Brightness { get; set; }
Public Property Brightness As Double
Get
Set
public:
property double Brightness {
double get ();
void set (double value);
}
member Brightness : float with get, set
Property Value
Type:
DoubleThe default value is 0.5.
See Also