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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.