Enum PDF417CompactionMode
Specifies the compaction mode used for PDF417 barcode.
Namespace: FastReport.Barcode
Assembly: FastReport.OpenSource.dll
Syntax
public enum PDF417CompactionMode
Fields
Name | Description |
---|---|
Auto | Indicates that compaction mode should be calculated automatically. |
Binary | Specifies the binary compaction mode. |
Numeric | Specifies the numeric compaction mode. |
Text | Specifies the text compaction mode. |