PrintCapabilities.PageMediaTypeCapability 属性

定义

获取值的集合,这些值用于标识打印机支持的纸张和其他介质的类型。

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)

属性值

ReadOnlyCollection<T> 值(这些值用于指定打印介质,如卡片纸、标签、普通纸或照片纸)的一个 PageMediaType

注解

如果打印机不支持媒体类型选择,则集合为空。

此属性对应于打印架构PageMediaType关键字 (keyword) 。

适用于