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

두꺼운 용지, 레이블, 일반 또는 사진 용지와 같은 인쇄 미디어를 지정하는 ReadOnlyCollection<T> 값의 PageMediaType입니다.

설명

프린터 미디어 유형 선택 옵션을 지원 하지 않으면는 컬렉션이 비어 있습니다.

이 속성에 해당 합니다 Print SchemaPageMediaType 키워드입니다.

적용 대상