PrintCapabilities.PageOrientationCapability Egenskap

Definition

Hämtar en samling värden som identifierar vilka typer av sidorientering en skrivare stöder.

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)

Egenskapsvärde

En ReadOnlyCollection<T> med PageOrientation värden.

Kommentarer

Om skrivaren inte stöder sidorienteringsmarkering är samlingen tom.

Den här egenskapen motsvarar nyckelordet för utskriftsschematPageOrientation.

Gäller för