ClientUI.SaveDisplayAsImageFile Method
Save display to file. Display must be opened
<ID("SaveDisplayAsImageFile", (int)e.SaveDisplayAsImageFile)> _
<EditorBrowsable(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)]
[EditorBrowsable(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.8