Method GetViewRenderMode
GetViewRenderMode(DocumentId, int)
Gets the render mode of a graphic view of a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
RenderMode GetViewRenderMode(DocumentId inDocumentId, int inViewId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
| int | inViewId | Identifier of the graphic view to analyze. |
Returns
| Type | Description |
|---|---|
| RenderMode | View render mode. |
Remarks
This method is available since v7.7.