Display.PrintDisplayDefaultPrinter Method

Begin print display using default printer
<ID("PrintDisplayDefaultPrinter", (int)e.PrintDisplayDefaultPrinter)> _ 
Public Function PrintDisplayDefaultPrinter( _ 
ByVal pageOrientation As Integer
) As Boolean
This language is not supported or no code example is available.
[ID("PrintDisplayDefaultPrinter", (int)e.PrintDisplayDefaultPrinter)] 
public bool PrintDisplayDefaultPrinter( 
int pageOrientation 
)
This language is not supported or no code example is available.

Parameters

pageOrientation
int

0: Portrait, 1: Landscape

Return Value

bool

Flag indicating success (true) or fail (false)

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition