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关键字。