Method SetViewerProperty
SetViewerProperty(string, string, int)
Set a viewer property value
Declaration
[HandleProcessCorruptedStateExceptions]
public void SetViewerProperty(string propertyName, string propertyValue, int viewer = -1)
Parameters
| Type | Name | Description |
|---|---|---|
| string | propertyName | |
| string | propertyValue | |
| int | viewer | Viewer id returned by the createViewer function. -1 uses the default viewer id (see setDefaultViewerId). |