Interface IComplexCodetext

Interface IComplexCodetext

Namespace: Aspose.BarCode.ComplexBarcode
Assembly: Aspose.BarCode.dll (25.1.0)

ComplexBarcodeGenerator와 함께 사용되는 복합 코드 텍스트에 대한 인터페이스입니다.

public interface IComplexCodetext

메서드

GetBarcodeType()

바코드 유형을 가져옵니다.

BaseEncodeType GetBarcodeType()

반환값

BaseEncodeType

바코드 유형.

GetConstructedCodetext()

복합 바코드에 대한 코드 텍스트를 생성합니다.

string GetConstructedCodetext()

반환값

string

생성된 코드 텍스트.

InitFromString(string)

생성된 코드 텍스트로 인스턴스를 초기화합니다.

void InitFromString(string constructedCodetext)

매개변수

constructedCodetext string

생성된 코드 텍스트.

 한국어