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.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
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