Click or drag to resize

IContentManagerGetDocumentFromImagePane Method

Gets the document from the given Image pane if the type of content of the Image pane is Document.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
Document GetDocumentFromImagePane(
	ImagePane pane
)

Parameters

pane  ImagePane
Image pane.

Return Value

Document
The document.
See Also