PrintJobSettings.paperOrientation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
paperOrientation() | |
paperOrientation(PrinterOrientation) |
paperOrientation()
public:
virtual Dynamics::AX::Application::PrinterOrientation paperOrientation();
public virtual Dynamics.AX.Application.PrinterOrientation paperOrientation ();
abstract member paperOrientation : unit -> Dynamics.AX.Application.PrinterOrientation
override this.paperOrientation : unit -> Dynamics.AX.Application.PrinterOrientation
Public Overridable Function paperOrientation () As PrinterOrientation
Returns
Applies to
paperOrientation(PrinterOrientation)
public:
virtual Dynamics::AX::Application::PrinterOrientation paperOrientation(Dynamics::AX::Application::PrinterOrientation _orientation);
public virtual Dynamics.AX.Application.PrinterOrientation paperOrientation (Dynamics.AX.Application.PrinterOrientation _orientation);
abstract member paperOrientation : Dynamics.AX.Application.PrinterOrientation -> Dynamics.AX.Application.PrinterOrientation
override this.paperOrientation : Dynamics.AX.Application.PrinterOrientation -> Dynamics.AX.Application.PrinterOrientation
Public Overridable Function paperOrientation (_orientation As PrinterOrientation) As PrinterOrientation
Parameters
- _orientation
- PrinterOrientation