C# Class NatSuite.Sharing.PrintPayload

Inheritance: ISharePayload
Datei anzeigen Open project: natsuite/NatShare

Public Methods

Method Description
PrintPayload ( bool color = true, bool landscape = false ) : System

Create a print payload.

Private Methods

Method Description
Create ( bool color, bool landscape ) : IntPtr

Method Details

PrintPayload() public method

Create a print payload.
public PrintPayload ( bool color = true, bool landscape = false ) : System
color bool
landscape bool Should items be printed in landscape orientation. Defaults to `false`.
return System