| SignDocDocumentrenderPageAsImage Method |
Render the selected page (or pages) as image.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic byte[] renderPageAsImage(
SignDocRenderOutput output,
SignDocRenderParameters renderParameters,
SignDocVerificationParameters verificationParameters,
Rect clipRect
)
Parameters
- output
- Type: de.softpro.signdocsdkSignDocRenderOutput
The image size will be stored here. - renderParameters
- Type: de.softpro.signdocsdkSignDocRenderParameters
Parameters such as the page number. - verificationParameters
- Type: de.softpro.signdocsdkSignDocVerificationParameters
Parameters for verification of
signatures. Used only if
setDecorations(true) has been called
for renderParameters.
Currently, signatures are verified
one after another and the "Timeout"
integer parameter applies to each
verification.
Pass null for default parameters. - clipRect
- Type: de.softpro.signdocsdkRect
The rectangle to be rendered (using document
coordinates, see signdocshared_coordinates)
or null to render the complete page.
Return Value
Type:
Byte The image as blob.
See Also