ClientStation.SaveLayoutAsImageFile Method

Sabe current layout to file
<ID("SaveLayoutAsImageFile", (int)e.SaveLayoutAsImageFile)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Function SaveLayoutAsImageFile( _ 
ByVal fileName As String
) As Boolean
This language is not supported or no code example is available.
[ID("SaveLayoutAsImageFile", (int)e.SaveLayoutAsImageFile)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public bool SaveLayoutAsImageFile( 
string fileName 
)
This language is not supported or no code example is available.

Parameters

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