ClientStation.PrintLayout Method

Begin print current layout
<ID("PrintLayout", (int)e.PrintLayout)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Function PrintLayout() As Boolean
This language is not supported or no code example is available.
[ID("PrintLayout", (int)e.PrintLayout)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public bool PrintLayout()
This language is not supported or no code example is available.

Return Value

bool

Flag indicating success (true) or fail (false)

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition