HIBCLICComplexCodetext.BarcodeType

HIBCLICComplexCodetext.BarcodeType property

Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC.

public BaseEncodeType BarcodeType { get; set; }

Return Value

Barcode type.

See Also