Edit

Share via


CIPdf417BarcodeGenerator.CompactionMode Property

Definition

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.

Applies to