PrintCapabilities.PageOrientationCapability 屬性

定義

取得值集合,這個值識別印表機支援的頁面方向類型。

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)

屬性值

ReadOnlyCollection<T> 值的 PageOrientation

備註

如果印表機不支援頁面方向選取,則集合是空的。

此屬性會對應至 列印架構PageOrientation 關鍵詞。

適用於