Click or drag to resize
SignDocRenderParameterssetFormat Method
Set the image format. There is no initial value, ie, this function must be called. Currently, this function does not check the image format.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setFormat(
	ImageFormat format
)

Parameters

format
Type: de.softpro.signdocsdk.Enums.ERenderParametersImageFormat
The desired format of the image ("jpg", "png", "tiff", "gif", "bmp", or "bmp3").
See Also