Click or drag to resize

IDecoderManagerEnableQuadView Method

Enables QuadMode.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
bool EnableQuadView(
	Decoder decoder
)

Parameters

decoder  Decoder
Decoder handle where layout should be changed.

Return Value

Boolean
true if layout was changed.
Exceptions
ExceptionCondition
SdkException Thrown if decoder doesn't exist in the configuration or is not permitted to caller.
See Also