IppPrintDevice.IsPdlPassthroughSupported(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
IPP(인터넷 인쇄 프로토콜) 프린터 디바이스가 지정된 PDL 형식에 대한 PDL(페이지 설명 언어) 통과를 지원하는지 여부를 결정합니다.
public:
virtual bool IsPdlPassthroughSupported(Platform::String ^ pdlContentType) = IsPdlPassthroughSupported;
bool IsPdlPassthroughSupported(winrt::hstring const& pdlContentType);
public bool IsPdlPassthroughSupported(string pdlContentType);
function isPdlPassthroughSupported(pdlContentType)
Public Function IsPdlPassthroughSupported (pdlContentType As String) As Boolean
매개 변수
- pdlContentType
-
String
Platform::String
winrt::hstring
PDL 형식을 나타내는 문자열입니다. 예를 들어 "application/pdf" 또는 "application/postscript"입니다.
pdlContentType이 null이면 프린터가 PDL에 대한 통과를 지원하는 경우 메서드가 반환 true
됩니다.
반환
Boolean
bool
true
프린터가 pdlContentType에 지정된 PDL에 대한 통과를 지원하는 경우 그렇지 않으면 입니다 false
.
Windows 요구 사항
디바이스 패밀리 |
Windows 11 Insider Preview (10.0.23504.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v15.0에서 도입되었습니다.)
|
설명
PDL 및 PDL 통과에 대한 자세한 내용은 PdlPassthroughProvider의 비고를 참조하세요.
PSA(인쇄 지원 애플리케이션)가 설치된 경우 PSA는 PDL 통과를 사용하지 않도록 설정할 수 있습니다.