Class AztecParameters

Class AztecParameters

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

아즈테크 파라미터

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

Inheritance

object AztecParameters

상속 회원들

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

Properties

AspectRatio

2D BarCode 모듈의 높이/폭 비율.

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

부동산 가치

float

AztecEncodeMode

Aztec 코드 모드를 얻거나 설정합니다.기본 값 : 자동차

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

부동산 가치

AztecEncodeMode

AztecErrorLevel

Aztec 바코드 유형의 오류 수정 수준.값은 5 ~ 95 사이에 있어야합니다.

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

부동산 가치

int

AztecSymbolMode

Aztec 상징 모드를 얻거나 설정합니다.기본 값: AztecSymbolMode.Auto.

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

부동산 가치

AztecSymbolMode

이코딩

ECI 암호화를 얻거나 설정합니다. AztecEncodeMode가 자동으로 사용할 때 사용됩니다.기본 값: ISO-8859-1

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

부동산 가치

ECIEncodings

IsReaderInitialization

사용하여 독자에게 상징 내에 포함된 데이터를 해석하도록 지시합니다.리더 이니셔티브를 위한 프로그래밍

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

부동산 가치

bool

LayersCount

레이어 계산은 컴팩트 모드에서 1에서 3 사이의 범위에 있어야하며1에서 32까지의 범위에서 Full Range 모드.기본 값 : 0 (자동차)

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

부동산 가치

int

StructuredAppendBarcodeId

Barcode ID for Structured Append 모드 Aztec barcode. Barcode ID는 1에서 barcode 계산까지 범위에 있어야 합니다.기본 값 : 0

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

부동산 가치

int

StructuredAppendBarcodesCount

Barcodes count for Structured Append mode of Aztec barcode. 바코드 계산은 1에서 26 사이의 범위에 있어야합니다.기본 값 : 0

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

부동산 가치

int

StructuredAppendFileId

File ID for Structured Append mode of Aztec barcode (선택 필드) 파일 ID에는 공간이 포함되어서는 안 됩니다.기본 값: 빈 링크

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

부동산 가치

string

Methods

ToString()

이 Aspose.BarCode.Generation.AztecParameters의 인간 읽을 수 있는 링 대표를 반환합니다.

public override string ToString()

Returns

string

이 Aspose.BarCode.Generation.AztecParameters를 나타내는 라인입니다.

 한국어