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
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.