PrintTicket.PagesPerSheetDirection 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值表示打印机如何排列打印在一张纸的每一页面上的多页。
public:
property Nullable<System::Printing::PagesPerSheetDirection> PagesPerSheetDirection { Nullable<System::Printing::PagesPerSheetDirection> get(); void set(Nullable<System::Printing::PagesPerSheetDirection> value); };
public System.Printing.PagesPerSheetDirection? PagesPerSheetDirection { get; set; }
member this.PagesPerSheetDirection : Nullable<System.Printing.PagesPerSheetDirection> with get, set
Public Property PagesPerSheetDirection As Nullable(Of PagesPerSheetDirection)
属性值
用于表示打印机如何在一张纸上呈现多页的 PagesPerSheetDirection 值。
例外
调用代码操作尝试将属性设置为不在 PagesPerSheetDirection 枚举范围内的值。
注解
例如,打印机可以在从左到右的行中显示页面,行从上到下堆叠。
null
此属性的值表示未指定此功能设置。 此外,当值为 null
时, (的 XML 版本 PrintTicket 将看不到 SaveTo 和 GetXmlStream) 将不包含此功能的任何标记。
此属性对应于打印架构JobNUpAllDocumentsContiguously
关键字 (keyword) 的 PresentationDirection 子功能,而不是DocumentNUp
关键字 (keyword) 。
可以使用 属性测试打印机支持 PagesPerSheetDirectionCapability 的选项。