PosPrinterPrintOptions.Alignment 속성

정의

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

public:
 property PosPrinterAlignment Alignment { PosPrinterAlignment get(); void set(PosPrinterAlignment value); };
PosPrinterAlignment Alignment();

void Alignment(PosPrinterAlignment value);
public PosPrinterAlignment Alignment { get; set; }
var posPrinterAlignment = posPrinterPrintOptions.alignment;
posPrinterPrintOptions.alignment = posPrinterAlignment;
Public Property Alignment As PosPrinterAlignment

속성 값

애플리케이션이 텍스트를 인쇄하는 데 사용할 맞춤입니다.

적용 대상