ClientUI.SaveDisplayAsPngFile Method

Save display to file. Display must be opened
[ID("SaveDisplayAsPngFile", (int)e.SaveDisplayAsPngFile)] 
[EditorBrowsable(EditorBrowsableState.Advanced)] 
public bool SaveDisplayAsPngFile( 
   string displayName
   string fileName 
)

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

In this article

Definition