WatermarkScaleFactor Property |
Gets or sets a value that defines how watermark size depends on parent size.
Namespace: GroupDocs.WatermarkAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic double ScaleFactor { get; set; }
Public Property ScaleFactor As Double
Get
Set
public:
property double ScaleFactor {
double get ();
void set (double value);
}
member ScaleFactor : float with get, set
Property Value
Type:
DoubleThe scale factor of this
Watermark.
Remarks
The value must be between 0 and 1.
See Also