VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / PDF417EncodingMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
PDF417EncodingMode Enumeration
In This Topic
Specifies available data encoding modes of PDF417 barcode.
Syntax
'Declaration

Public Enum PDF417EncodingMode
   Inherits System.Enum

public enum PDF417EncodingMode : System.Enum

Members
MemberDescription
UndefinedUndefined.
TextText mode.
ByteByte mode.
NumericNumeric mode.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Barcode.BarcodeInfo.PDF417EncodingMode

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also