Click or drag to resize
SignDocRenderParametersgetLastPage Method
Get the last page number of the selected range of pages. Throws SignDocParameterNotSetException if setPage() and setPages() have not been called.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public int getLastPage()

Return Value

Type: Int32
The last page number of the range (1 for the first page of the document).
See Also