PosPrinterPrintOptions 클래스

정의

서비스 지점 프린터로 인쇄하려는 텍스트의 인쇄 옵션을 나타냅니다.

public ref class PosPrinterPrintOptions sealed
/// [Windows.Foundation.Metadata.Activatable(524288, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PosPrinterPrintOptions final
[Windows.Foundation.Metadata.Activatable(524288, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PosPrinterPrintOptions
function PosPrinterPrintOptions()
Public NotInheritable Class PosPrinterPrintOptions
상속
Object Platform::Object IInspectable PosPrinterPrintOptions
특성

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1903 (10.0.18362.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v8.0에서 도입되었습니다.)

생성자

PosPrinterPrintOptions()

PosPrinterPrintOptions의 instance 만듭니다.

속성

Alignment

애플리케이션이 텍스트를 인쇄하는 데 사용할 맞춤을 나타내는 값을 가져오거나 설정합니다.

Bold

애플리케이션에서 굵은 스타일로 문자를 인쇄할지 여부를 나타내는 값을 가져오거나 설정합니다.

CharacterHeight

애플리케이션에서 문자 인쇄에 사용하려는 문자 높이를 나타내는 숫자 값을 가져오거나 설정합니다.

CharacterSet

애플리케이션에서 문자 인쇄에 사용하려는 문자 집합을 나타내는 숫자 값을 가져오거나 설정합니다.

DoubleHigh

애플리케이션에서 문자를 두 배 높은 스타일로 인쇄할지 여부를 나타내는 값을 가져오거나 설정합니다.

DoubleWide

애플리케이션에서 문자를 더블 와이드 스타일로 인쇄할지 여부를 나타내는 값을 가져오거나 설정합니다.

Italic

애플리케이션이 기울임꼴 스타일로 문자를 인쇄할지 여부를 나타내는 값을 가져오거나 설정합니다.

ReverseVideo

애플리케이션이 역방향 비디오 스타일로 문자를 인쇄할지 여부를 나타내는 값을 가져오거나 설정합니다.

Strikethrough

애플리케이션이 취소선 스타일로 문자를 인쇄할지 여부를 나타내는 값을 가져오거나 설정합니다.

Subscript

애플리케이션이 첨자 스타일로 문자를 인쇄할지 여부를 나타내는 값을 가져오거나 설정합니다.

Superscript

애플리케이션이 위 첨자 스타일로 문자를 인쇄할지 여부를 나타내는 값을 가져오거나 설정합니다.

TypeFace

애플리케이션이 문자를 인쇄하는 데 사용하려는 서체를 나타내는 문자열 값을 가져오거나 설정합니다.

Underline

애플리케이션이 밑줄 스타일로 문자를 인쇄할지 여부를 나타내는 값을 가져오거나 설정합니다.

적용 대상