Click or drag to resize
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.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void getRenderedSize(
	SignDocRenderOutput output,
	SignDocRenderParameters params
)

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