PrintCapabilities.PagesPerSheetDirectionCapability Property

Definition

Gets a collection of values that identify what patterns a printer supports for presenting multiple pages on a single side of a sheet of paper.

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)

Property Value

A ReadOnlyCollection<T> of PagesPerSheetDirection values.

Remarks

For example, some printers can present pages in left-to-right rows with the rows stacked top-to-bottom. Another pattern, which some printers support, is right-to-left rows with the rows stacked bottom-to-top.

If the printer does not support multiple pages per sheet, the collection is empty.

This property corresponds to the PresentationDirection subfeature of the Print Schema's JobNUpAllDocumentsContiguously keyword, not the DocumentNUp keyword.

Applies to