| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setPages(
int first,
int last
)
Public Sub setPages (
first As Integer,
last As Integer
)
public:
void setPages(
int first,
int last
)
member setPages :
first : int *
last : int -> unit
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