VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / BarcodeSymbologyType Enumeration
Syntax Members Remarks Hierarchy Requirements SeeAlso
In This Topic
BarcodeSymbologyType Enumeration
In This Topic
Specifies available barcode symbology types for barcode field.
Syntax
'Declaration

Public Enum BarcodeSymbologyType
   Inherits System.Enum

public enum BarcodeSymbologyType : System.Enum

Members
MemberDescription
UnsupportedUnsupported symbology.
PDF417The PDF417 barcode symbology.
QRCodeThe QR Code barcode symbology.
DataMatrixThe DataMatrix barcode symbology.
Remarks

Barcode symbology types are defined in PDF Reference 1.7 Extension Level 3.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.Pdf.Tree.InteractiveForms.BarcodeSymbologyType

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