| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
SyntaxPublic Function getLastPage As Integer
public:
int getLastPage()
member getLastPage : unit -> int
Return Value
Type:
Int32 The last page number of the range (1 for the first page of
the document).
See Also