PosPrinterPrintOptions.CharacterHeight 속성

정의

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

public:
 property unsigned int CharacterHeight { unsigned int get(); void set(unsigned int value); };
uint32_t CharacterHeight();

void CharacterHeight(uint32_t value);
public uint CharacterHeight { get; set; }
var uInt32 = posPrinterPrintOptions.characterHeight;
posPrinterPrintOptions.characterHeight = uInt32;
Public Property CharacterHeight As UInteger

속성 값

UInt32

unsigned int

uint32_t

애플리케이션에서 문자를 인쇄하는 데 사용하려는 문자 높이입니다. 글꼴을 확장할 수 없는 경우 값은 0이거나 글꼴의 지원되는 높이 값 중 하나여야 합니다.

적용 대상