PrintCapabilities.PageMediaTypeCapability Właściwość

Definicja

Pobiera kolekcję wartości, które identyfikują typy papieru i innych nośników, które obsługuje drukarka.

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

Wartość właściwości

Wartość ReadOnlyCollection<T> określająca PageMediaType nośnik wydruku, taki jak stock karty, etykieta, zwykły lub fotograficzny.

Uwagi

Jeśli drukarka nie obsługuje wyboru typu nośnika, kolekcja jest pusta.

Ta właściwość odpowiada słowu kluczowemu Print Schema.PageMediaType

Dotyczy