| SignDocRenderParameters Class |
Namespace: de.softpro.signdocsdk
The SignDocRenderParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| SignDocRenderParameters | Constructor. | |
| SignDocRenderParameters(SignDocRenderParameters) | Copy Constructor. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the SignDocRenderParameters | |
| equals | Compare against another SignDocRenderParameters object.
The exact order of SignDocRenderParameters is unspecified but
consistent.
| |
| Equals | (Inherited from Object.) | |
| fitHeight | Set the height for automatic computation of the zoom factor
to make the rendered image fit the specified height.
This function overrides the zoom factor set by fitWidth(),
fitRect(), and setZoom().
Throws SignDocInvalidArgumentException if the height is
invalid.
| |
| fitRect | Set the width and height for automatic computation of the zoom
factor to make the rendered image fit the specified width and
height.
This function overrides the zoom factor set by fitWidth(),
fitHeight(), and setZoom().
Throws SignDocInvalidArgumentException if the width or the height
is invalid.
| |
| fitWidth | Set the width for automatic computation of the zoom factor
to make the rendered image fit the specified width.
This function overrides the zoom factor set by fitHeight(),
fitRect(), and setZoom().
Throws SignDocInvalidArgumentException if the width is
invalid.
| |
| getCompression | Get the compression method. | |
| getDecorations | Get the value set by setDecorations(). | |
| getFirstPage | Get the first page number of the selected range of pages.
Throws SignDocParameterNotSetException if setPage() and setPages()
have not been called.
| |
| getFitHeight | Get the height set by fitHeight().
Throws SignDocParameterNotSetException if setFitHeight() has not
been called successfully.
| |
| getFitRectHeight | Get the height set by fitRect().
Throws SignDocParameterNotSetException if setFitRect() has not
been called successfully.
| |
| getFitRectWidth | Get the width set by fitRect().
Throws SignDocParameterNotSetException if setFitRect() has not
been called successfully.
| |
| getFitWidth | Get the width set by fitWidth().
Throws SignDocParameterNotSetException if getFitWidth() has not
been called successfully.
| |
| getFormat | Get the image format. | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| getInterlacing | Get the interlacing method. | |
| getLastPage | Get the last page number of the selected range of pages.
Throws SignDocParameterNotSetException if setPage() and setPages()
have not been called.
| |
| getPage | Get the number of the selected page.
Throws SignDocParameterNotSetException if setPage() has not been called
successfully or if multiple pages have been selected with setPages().
| |
| getPixelFormat | Get the pixel format. | |
| getPrint | Get the value set by setPrint(). | |
| getQuality | Get the desired quality. | |
| getResolutionX | Get the horizontal resolution set by setResolution().
Throws SignDocParameterNotSetException if setResolution() has not been
called successfully.
| |
| getResolutionY | Get the vertical resolution set by setResolution().
Throws SignDocParameterNotSetException if setResolution() has not been
called successfully.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| getZoom | Get the zoom factor set by setZoom().
This function does not retrieve the zoom factor to be computed for
fitWidth(), fitHeight(), and fitRect(). Use SignDocDocument.computeZoom()
for that.
Throws SignDocParameterNotSetException if setZoom() has not been called
successfully.
| |
| setCompression | Set the compression method.
The initial value is c_default.
| |
| setDecorations | Enable rendering of decorations.
The default value is false.
For PDF documents, pages may optionally be rendered with
decorations: An icon visualizing the signature status will be
added to each signature field:
- no icon (signature field not signed)
- green check mark (signature is OK)
- green check mark with yellow triangle (signature is OK but the
certificate is not trusted or the document has been extended,
ie, modified and saved incrementally after signing)
- red cross (signature broken)
.
For TIFF documents, this value is ignored; a red cross will be
displayed in signature fields if the signature is broken.
| |
| setFormat | Set the image format.
There is no initial value, ie, this function must be called.
Currently, this function does not check the image format.
| |
| setInterlacing | Set the interlacing method.
Interlacing is used for progressive encoding.
The initial value is i_off.
| |
| setPage | Select the page to be rendered.
There is no initial value, ie, either this function or
setPages() must be called.
Throws SignDocInvalidArgumentException if the page number is
invalid.
| |
| setPages | Select a range of pages to be rendered.
There is no initial value, ie, either this function or
setPage() must be called.
| |
| setPixelFormat | Set the pixel format.
The initial value is pf_default.
| |
| setPrint | Enable rendering for printing.
The default value is false (render for displaying).
| |
| setQuality | Set the desired quality.
This setting affects scaling of pages of TIFF documents.
The initial value is q_low.
| |
| setResolution | Set the resolution for rendering PDF documents.
The values passed to this function will be ignored for TIFF
documents as the resolution is computed automatically from the
zoom factor and the document's resolution.
If this function is not called, 96 DPI (subject to change) will
be used for rendering PDF documents.
Throws SignDocInvalidArgumentException if the resolution is
invalid.
| |
| setZoom | Set the zoom factor for rendering.
There is no initial value, ie, this function or fitWidth() or
fitHeight() or fitRect() must be called. This function overrides
fitWidth(), fitHeight(), and fitRect().
Throws SignDocInvalidArgumentException if the zoom factor is
invalid.
| |
| ToString | (Inherited from Object.) |