PrintCapabilities.PageOrientationCapability 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值集合,這個值識別印表機支援的頁面方向類型。
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
關鍵詞。