PrintCapabilities.InputBinCapability Özellik

Tanım

Hangi giriş kutusunun (kağıt tepsisi) kullanıldığını belirten bir değer koleksiyonu alır.

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

Özellik Değeri

Değerlerden ReadOnlyCollection<T> biri InputBin .

Açıklamalar

Bu özellik, cihaz tarafından destekleniyorsa Yazdırma Şeması'nın özelliğini JobInputBintemsil eder; aksi takdirde, bu özellik destekleniyorsa değerini temsil eder DocumentInputBin; aksi takdirde öğesini temsil eder PageInputBin.

Yazıcı bu özelliklerden hiçbirini desteklemiyorsa koleksiyon boş olur.

Şunlara uygulanır