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<PageOrientation>

ReadOnlyCollection<T> 值的一个 PageOrientation

注解

如果打印机不支持页面方向选择,则集合为空。

此属性对应于 打印架构PageOrientation 关键字。

适用于