PrintCapabilities.PagesPerSheetCapability Property

Definition

Gets a collection of integers, each identifying the number of pages that a user can choose to print on a single side of a sheet of paper.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<int> ^ PagesPerSheetCapability { System::Collections::ObjectModel::ReadOnlyCollection<int> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<int> PagesPerSheetCapability { get; }
member this.PagesPerSheetCapability : System.Collections.ObjectModel.ReadOnlyCollection<int>
Public ReadOnly Property PagesPerSheetCapability As ReadOnlyCollection(Of Integer)

Property Value

A ReadOnlyCollection<T> of Int32 values representing the options that a printer supports for printing more than one page per side.

Remarks

Most printers support only a limited number of specific options, such as 1, 2, 4, 6, 9, and 16 pages per side.

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

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

Applies to