Enum DataPreprocessing

Namespace TallComponents.PDF.Forms.Fields.Barcodes.Properties

(Recommended for 2-d barcodes only.) Preprocessing applied to the data before it is written out as a barcode.

Fields


None
Use the data just as supplied.

FlateCompress
Write out a header consisting of a byte with decimal value 129 (0x81 hex) followed by another byte with decimal value 1. Then write the data compressed using the Flate algorithm, as defined by the Internet Engineering Task Force (IETF) in [ RFC 1951].