PrintManager.PrintOrderReverse Property

PrintManagerPrintOrderReverse Property

Indicates whether to reverse the print order of the current print.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool PrintOrderReverse { get; set; }
Public Property PrintOrderReverse As Boolean
	Get
	Set
public:
property bool PrintOrderReverse {
	bool get ();
	void set (bool value);
}
member PrintOrderReverse : bool with get, set

Property Value

Boolean
Remarks
The value of this property represents the global print setting property used for print operations on any document. In order to make a change to this property, after setting it call the Apply() method, or one of the SubmitPrint() methods, which save the local changes as modifications to the global print settings.
See Also