Click or drag to resize

IContentManagerDisplayDocument Method

Displays a document/map in a video window.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void DisplayDocument(
	ImagePane pane,
	Document document
)

Parameters

pane  ImagePane
document  Document
Document object that can be obtained from the document manager.
Exceptions
ExceptionCondition
SdkException Thrown if document doesn't exist in the configuration or is not permitted to caller.
See Also