| SignDocRenderParameterssetResolution Method |
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.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setResolution(
double resX,
double resY
)
Public Sub setResolution (
resX As Double,
resY As Double
)
public:
void setResolution(
double resX,
double resY
)
member setResolution :
resX : float *
resY : float -> unit
Parameters
- resX
- Type: SystemDouble
Horizontal resolution in DPI. - resY
- Type: SystemDouble
Vertical resolution in DPI.
See Also