PrintCapabilities.PagesPerSheetDirectionCapability 属性

定义

获取值的集合,这些值用于标识打印机支持的、用于在每一张纸的单面上呈现多页的模式。

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打印架构关键字 (keyword) 的JobNUpAllDocumentsContiguously子功能,而不是DocumentNUp关键字 (keyword) 。

适用于