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

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setPixelFormat(
	PixelFormat pixelFormat
)

Parameters

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

Return Value

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