| SignDocRenderParameterssetPages Method |
Select a range of pages to be rendered.
There is no initial value, ie, either this function or
setPage() must be called.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic void setPages(
int first,
int last
)
Parameters
- first
- Type: SystemInt32
The first page number of the range (1 for the
first page of the document). - last
- Type: SystemInt32
The last page number of the range (1 for the
first page of the document).
Remarks If multiple pages are selected, the image format must be "tiff"
for SignDocDocument.renderPageAsImage().
See Also