| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void fitWidth(
int width
)
Public Sub fitWidth (
width As Integer
)
public:
void fitWidth(
int width
)
member fitWidth :
width : int -> unit
Parameters
- width
- Type: SystemInt32
The desired width of the rendered image.
See Also