다음을 통해 공유


StandardPrintTaskOptions.ColorMode 속성

정의

인쇄 작업의 색 모드 옵션에 대한 정식 이름을 가져옵니다.

public:
 static property Platform::String ^ ColorMode { Platform::String ^ get(); };
static winrt::hstring ColorMode();
public static string ColorMode { get; }
var string = StandardPrintTaskOptions.colorMode;
Public Shared ReadOnly Property ColorMode As String

속성 값

String

Platform::String

winrt::hstring

인쇄 작업의 색 모드 옵션에 대한 정식 이름입니다.

설명

인쇄 미리 보기 UI에 색 모드 옵션이 표시되는지 여부를 나타내려면 이 속성을 사용하여 PrintTaskOptions.DisplayedOptions 목록에서 색 모드 옵션을 추가하거나 제거하는 정식 이름을 가져옵니다. 자세한 내용은 인쇄 미리 보기 UI 사용자 지정을 참조하세요. 이 속성은 색 모드 기능을 지원하는 프린터에만 적용됩니다.

적용 대상

추가 정보