Class ITFParameters

Class ITFParameters

이름 공간 : Aspose.BarCode.Generation 모임: Aspose.BarCode.dll (25.4.0)

ITF 파라미터

[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.ITFParameters")]
public class ITFParameters

Inheritance

object ITFParameters

상속 회원들

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

ItfBorderThickness

ITF 경계 (운반자 바) 두께를 단위 값으로 얻거나 설정합니다.기본 값 : 12pt

[XmlSerialization(Type = XmlSerializationType.Element, Name = "ItfBorderThickness")]
public Unit ItfBorderThickness { get; set; }

부동산 가치

Unit

ItfBorderType

ITF 바코드의 국경 유형.기본 값: ITF14BorderType.Bar

[XmlSerialization(Type = XmlSerializationType.Element)]
public ITF14BorderType ItfBorderType { get; set; }

부동산 가치

ITF14BorderType

QuietZoneCoef

XD 크기의 조용한 영역의 크기.기본 값: 10, 즉 xDimension = 2px보다 조용한 영역은 20px입니다.

[XmlSerialization(Type = XmlSerializationType.Element)]
public int QuietZoneCoef { get; set; }

부동산 가치

int

Exceptions

ArgumentException

파라미터 값은 10 미만입니다.

Methods

ToString()

이 Aspose.BarCode.Generation.ITFP 매개 변수에 대한 인간 읽을 수 있는 링 대표를 반환합니다.

public override string ToString()

Returns

string

이 Aspose.BarCode.Generation.ITFP 파라미터를 나타내는 스트립.

 한국어