Enum Pdf417CompactionMode

Pdf417CompactionMode enumeration

Pdf417 barcode compaction mode

[Obsolete("This properties are obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode properties.")]
public enum Pdf417CompactionMode

Values

NameValueDescription
Auto0This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode.Auto property. auto detect compaction mode
Text1This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode.Auto property for maximum data compactness. text compaction
Numeric2This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode.Auto property for maximum data compactness. numeric compaction mode
Binary3This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode.Binary property. binary compaction mode

See Also