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