| SignDocDocumentgetRenderedSize Method |
Get the size of the rendered page in pixels (without actually
rendering it).
The returned values may be approximations for some document formats.
If multiple pages are selected (see
#de.softpro.doc.SignDocRenderParameters.setPages()),
the maximum width and maximum height of all selected pages will be used.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void getRenderedSize(
SignDocRenderOutput output,
SignDocRenderParameters params
)
Public Sub getRenderedSize (
output As SignDocRenderOutput,
params As SignDocRenderParameters
)
public:
void getRenderedSize(
SignDocRenderOutput^ output,
SignDocRenderParameters^ params
)
member getRenderedSize :
output : SignDocRenderOutput *
params : SignDocRenderParameters -> unit
Parameters
- output
- Type: de.softpro.signdocsdkSignDocRenderOutput
The width and height of the image that would be
computed by renderPageAsImage() with @a aClipRect
being null will be stored here. - params
- Type: de.softpro.signdocsdkSignDocRenderParameters
Parameters such as the page number.
See Also