| SignDocRenderParametersfitWidth Method |
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.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic void fitWidth(
int width
)
Parameters
- width
- Type: SystemInt32
The desired width of the rendered image.
See Also