PrintTicket.PagesPerSheetDirection 属性

定义

获取或设置一个值,该值表示打印机如何排列打印在一张纸的每一页面上的多页。

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 将看不到 SaveToGetXmlStream) 将不包含此功能的任何标记。

此属性对应于打印架构JobNUpAllDocumentsContiguously关键字 (keyword) 的 PresentationDirection 子功能,而不是DocumentNUp关键字 (keyword) 。

可以使用 属性测试打印机支持 PagesPerSheetDirectionCapability 的选项。

适用于