PrintCapabilities.PageOrientationCapability Property

Definition

Gets a collection of values that identify what types of page orientation a printer supports.

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

Property Value

A ReadOnlyCollection<T> of PageOrientation values.

Remarks

If the printer does not support page orientation selection, the collection is empty.

This property corresponds to the Print Schema's PageOrientation keyword.

Applies to