| SignDocWatermarksetScale Method |
Disable scaling or set scaling relative to page.
The default value is 0.5.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setScale(
double scale
)
Public Sub setScale (
scale As Double
)
public:
void setScale(
double scale
)
member setScale :
scale : float -> unit
Parameters
- scale
- Type: SystemDouble
0 to disable scaling (use the font size set by
setFontSize()) or 0.01 through 64.0 to scale
relative to the page size.
See Also