PrintCapabilities.PageOrderCapability Property
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.
Gets a collection of values that indicate whether a printer is capable of printing multiple-page documents from front-to-back, back-to-front, or both ways.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Printing::PageOrder> ^ PageOrderCapability { System::Collections::ObjectModel::ReadOnlyCollection<System::Printing::PageOrder> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Printing.PageOrder> PageOrderCapability { get; }
member this.PageOrderCapability : System.Collections.ObjectModel.ReadOnlyCollection<System.Printing.PageOrder>
Public ReadOnly Property PageOrderCapability As ReadOnlyCollection(Of PageOrder)
Property Value
A ReadOnlyCollection<T> of PageOrder values.
Remarks
If the printer does not support page order selection, the collection is empty.
This property corresponds to the Print Schema's JobPageOrder
keyword.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.