SignDoc SDK (.NET without exceptions)  5.0.0
SignDocRenderOutput Class Reference

Output of SignDocDocument.renderPageAsImage(), SignDocDocument.renderPageAsSignDocImage(), and SignDocSignatureData.renderAsImage(). More...

Public Member Functions

 ~SignDocRenderOutput ()
 Destructor. More...
 
 !SignDocRenderOutput ()
 Finalizer. More...
 
 SignDocRenderOutput ()
 Constructor. More...
 
 SignDocRenderOutput (SignDocRenderOutput aSource)
 Copy constructor. More...
 
int getWidth ()
 Get the width. More...
 
int getHeight ()
 Get the height. More...
 

Detailed Description

Output of SignDocDocument.renderPageAsImage(), SignDocDocument.renderPageAsSignDocImage(), and SignDocSignatureData.renderAsImage().

If multiple pages are selected (see "FirstPage" and "LastPage" of SignDocRenderParameters.setInteger()), the maximum width and maximum height of all selected pages will be used.

Constructor & Destructor Documentation

Destructor.

Finalizer.

Constructor.

Copy constructor.

Parameters
[in]aSourceThe object to be copied.
Returns
The new object.

Member Function Documentation

int getHeight ( )

Get the height.

Returns
The height of the rendered page in pixels.
int getWidth ( )

Get the width.

Returns
The width of the rendered page in pixels.

The documentation for this class was generated from the following file: