PrintSchema 클래스

정의

3D 프린터의 기능 및 인쇄 티켓에 액세스할 수 있는 API를 제공합니다.

public ref class PrintSchema sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.Printers.PrintersContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PrintSchema final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.Printers.PrintersContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PrintSchema
Public NotInheritable Class PrintSchema
상속
Object Platform::Object IInspectable PrintSchema
특성

Windows 요구 사항

디바이스 패밀리
Windows Desktop Extension SDK (10.0.10240.0에서 도입되었습니다.)
Windows 10 (10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox에서 도입되었습니다.)
API contract
Windows.Devices.Printers.PrintersContract (v1.0에서 도입되었습니다.)

설명

이 클래스의 메서드에서 반환된 XML 문서에 대한 자세한 내용은 인쇄 스키마 사양을 참조하세요.

메서드

GetCapabilitiesAsync(IRandomAccessStreamWithContentType)

3D 프린터 기능을 가져옵니다.

GetDefaultPrintTicketAsync()

3D 프린터의 기본 인쇄 티켓을 가져옵니다.

MergeAndValidateWithDefaultPrintTicketAsync(IRandomAccessStreamWithContentType)

사용자의 선택 영역을 기본 인쇄 티켓과 병합하고 디바이스에서 작동하는지 확인하여 새 인쇄 티켓을 만듭니다.

적용 대상