Gets or sets the scaling factor for the
watermark image.
Namespace: Bytescout.Watermarking
Assembly: Bytescout.Watermarking (in
Bytescout.Watermarking.dll)
Syntax
| Visual Basic (Declaration) |
Public Property Scale As Single
|
| C# |
public float Scale { get; set; }
|
| Visual C++ |
public:
property float Scale {
float get ();
void set (float value);
}
|
| JavaScript |
function get_scale();
function set_scale(value);
|
Field Value
The scale factor. For example: 1 is 100%; 0.5 is 50%; 2 is 200% of
original image size.
See Also