WatermarkOpacity Property |
Namespace: GroupDocs.WatermarkAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic double Opacity { get; set; }
Public Property Opacity As Double
Get
Set
public:
property double Opacity {
double get ();
void set (double value);
}
member Opacity : float with get, set
Property Value
Type:
DoubleThe opacity of this
Watermark.
Remarks
The value of opacity should be between 0 and 1. The default value is 1.
See Also