Click or drag to resize
SignDocRenderParameterssetInterlacing Method
Set the interlacing method. Interlacing is used for progressive encoding. The initial value is i_off.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setInterlacing(
	Interlacing interlacing
)

Parameters

interlacing
Type: de.softpro.signdocsdk.Enums.ERenderParametersInterlacing
The interlacing method (#i_off or #i_on).

Return Value

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