VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / XFACompressedBarcodeSymbologySubset Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    XFACompressedBarcodeSymbologySubset Class
    In This Topic
    An abstract base class that defines the barcode symbology subset with barcode values, which are compressed as defined in Adobe XFA Specification.
    Object Model
    BarcodeSymbologySubset XFACompressedBarcodeSymbologySubset
    Syntax
    'Declaration
    
    Public MustInherit Class XFACompressedBarcodeSymbologySubset
       Inherits BarcodeSymbologySubset
    
    
    public abstract class XFACompressedBarcodeSymbologySubset : BarcodeSymbologySubset
    
    
    public __gc abstract class XFACompressedBarcodeSymbologySubset : public BarcodeSymbologySubset*
    
    
    public ref class XFACompressedBarcodeSymbologySubset abstract : public BarcodeSymbologySubset^
    
    
    Remarks

    The data that is placed in the barcode is a byte with a numeric value of 129, followed by a byte with a numeric value of 1, followed by the data compressed using the method defined by the Internet Engineering Task Force (IETF) in RFC1951 (DEFLATE Compressed Data Format Specification version 1.3). No predictor is used.
    For details see: Adobe XML Forms Architecture (XFA) Specification, 12 Using Barcodes, Pre-Processing of Barcode Data.

    Inheritance Hierarchy
    Requirements

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

    See Also