PrintCapabilities.PagesPerSheetDirectionCapability 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值集合,這個值識別印表機支援用來表示在紙張單面上列印多頁的模式。
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Printing::PagesPerSheetDirection> ^ PagesPerSheetDirectionCapability { System::Collections::ObjectModel::ReadOnlyCollection<System::Printing::PagesPerSheetDirection> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Printing.PagesPerSheetDirection> PagesPerSheetDirectionCapability { get; }
member this.PagesPerSheetDirectionCapability : System.Collections.ObjectModel.ReadOnlyCollection<System.Printing.PagesPerSheetDirection>
Public ReadOnly Property PagesPerSheetDirectionCapability As ReadOnlyCollection(Of PagesPerSheetDirection)
屬性值
ReadOnlyCollection<T> 值的 PagesPerSheetDirection。
備註
例如,某些印表機可以將頁面呈現在由左至右的數據列中,並堆疊在上到下的數據列。 有些印表機支援的另一個模式是由右至左的數據列,其數據列會堆疊在底部到頂端。
如果印表機不支援每張工作表的多個頁面,則集合是空的。
這個屬性會對應到PresentationDirection
列印架構JobNUpAllDocumentsContiguously
關鍵詞的子功能,而不是 DocumentNUp
關鍵詞。