Click or drag to resize
SignDocWatermarksetScale Method
Disable scaling or set scaling relative to page. The default value is 0.5.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void setScale(
	double scale
)

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