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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.