PrintCapabilities.PageOrientationCapability Vlastnost

Definice

Získá kolekci hodnot, které identifikují typy orientace stránky tiskárny.

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)

Hodnota vlastnosti

A ReadOnlyCollection<T> hodnot PageOrientation .

Poznámky

Pokud tiskárna nepodporuje výběr orientace stránky, je kolekce prázdná.

Tato vlastnost odpovídá klíčovému slovu Print SchemaPageOrientation.

Platí pro