PrintCapabilities.PageOrderCapability Property

Definition

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