Click or drag to resize
SignDocFieldsetPage Method
Set the page number. This function sets the index of the page on which this field occurs (1 for the first page). By calling SignDocDocument.getField(), setPage(), and SignDocDocument.setField(), you can move a field's widget to another page but be careful because the two pages may have different conversion factors, see SignDocDocument.getConversionFactors().

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setPage(
	int page
)

Parameters

page
Type: SystemInt32
The 1-based page number of the field.
See Also