Click or drag to resize
SignDocRenderParameters.setPixelFormat Method
Set the pixel format. The initial value is pf_default.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void setPixelFormat(
	PixelFormat pixelFormat
)

Parameters

pixelFormat
Type: de.softpro.signdocsdk.Enums.ERenderParameters.PixelFormat
The pixel format (#pf_default or #pf_bw).

Return Value

Type: 
true if successful, false if the argument is invalid.
See Also