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
Name | Value | Description |
---|---|---|
Auto | 0 | This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode.Auto property. auto detect compaction mode |
Text | 1 | This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode.Auto property for maximum data compactness. text compaction |
Numeric | 2 | This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode.Auto property for maximum data compactness. numeric compaction mode |
Binary | 3 | This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode.Binary property. binary compaction mode |
See Also
- namespace Aspose.BarCode.Generation
- assembly Aspose.BarCode