ClientStation.PrintDisplay Method

Begin print display
<ID("PrintDisplay", (int)e.PrintDisplay)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Function PrintDisplay( _ 
ByVal displayName As String, _ 
ByVal defaultPrinter As Boolean
) As Boolean
This language is not supported or no code example is available.
[ID("PrintDisplay", (int)e.PrintDisplay)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public bool PrintDisplay( 
string displayName
bool defaultPrinter 
)
This language is not supported or no code example is available.

Parameters

displayName
string

Display name

defaultPrinter
bool

Flag indicating whether default printer is used

Return Value

bool

Flag indicating success (true) or fail (false)

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition