Click or drag to resize

IContentManagerSetDigitalZoomStep Method

Returns the current digital zoom step of the specified video window.
Note: This only works for video windows that display video content and not for documents.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void SetDigitalZoomStep(
	ImagePane pane,
	int zoomStep
)

Parameters

pane  ImagePane
zoomStep  Int32
The new zoom step for this video window.
See Also