HIBCPASCodetext.BarcodeType

HIBCPASCodetext.BarcodeType property

Gets or sets barcode type. HIBC PAS codetext can be encoded using HIBCCode39PAS, HIBCCode128PAS, HIBCAztec:PAS, HIBCDataMatrixPAS and HIBCQRPAS encode types. Default value: HIBCCode39PAS.

public BaseEncodeType BarcodeType { get; set; }

Return Value

Barcode type.

See Also