PrintCapabilities.PageMediaTypeCapability 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取值的集合,这些值用于标识打印机支持的纸张和其他介质的类型。
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) 。