다음을 통해 공유


StandardPrintTaskOptions.Copies 속성

정의

인쇄 작업의 복사본 옵션에 대한 정식 이름을 가져옵니다.

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

속성 값

String

Platform::String

winrt::hstring

인쇄 작업의 복사본 옵션에 대한 정식 이름입니다.

설명

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

적용 대상

추가 정보