ImageAppearanceBrightness Property |
Gets or sets image brightness.
Default value is 1 it corresponds to original brightness of image.
Namespace: GroupDocs.Signature.Options.AppearancesAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic float Brightness { get; set; }
Public Property Brightness As Single
Get
Set
public:
property float Brightness {
float get ();
void set (float value);
}
member Brightness : float32 with get, set
Property Value
Type:
Single
See Also