CIPdf417BarcodeGenerator.CompactionMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that controls how the data are compressed in the resulting code.
public int CompactionMode { get; set; }
member this.CompactionMode : int with get, set
Property Value
Remarks
0
indicates that the compression mode should be determined by the data type. 1
indicates that the data represent ASCII digits. 2
indicates that the data is ASCII text, numbers, and punctuation. 3
indicates that the data are in an unspecified format; The least compact compression scheme will be used.