ClientStation.SaveDisplayAsImageFile Method

Save display to file. Display must be opened
<ID("SaveDisplayAsImageFile", (int)e.SaveDisplayAsImageFile)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Function SaveDisplayAsImageFile( _ 
ByVal displayName As String, _ 
ByVal fileName As String
) As Boolean
This language is not supported or no code example is available.
[ID("SaveDisplayAsImageFile", (int)e.SaveDisplayAsImageFile)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public bool SaveDisplayAsImageFile( 
string displayName
string fileName 
)
This language is not supported or no code example is available.

Parameters

displayName
string

Display name

fileName
string

File name

Return Value

bool

Flag indicating success (true) or fail (false)

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition