Click or drag to resize

IContentManagerDisplayHtml Method

Creates an Image pane into the CameoSpace and displays the passed html sting within the Image pane.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void DisplayHtml(
	ImagePane pane,
	string html,
	string title
)

Parameters

pane  ImagePane
html  String
html content as string.
title  String
Title that shall be displayed on the title bar of the Image pane.
See Also