VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / UseCode39ExtendedEncodeTable Property
Syntax Requirements SeeAlso
In This Topic
    UseCode39ExtendedEncodeTable Property (WriterSettings)
    In This Topic
    This property is obsolete, use BarcodeSymbologySubsets.Code39Extended barcode subset.
    Syntax
    'Declaration
    
    <CategoryAttribute("1D Barcodes")>
    <DescriptionAttribute("Barcode writer converts Code39 barcode to Code39 Extended barcode if necessary.")>
    <ObsoleteAttribute("This property is obsolete, use BarcodeSymbologySubsets.Code39Extended barcode subset.", True)>
    Public Property UseCode39ExtendedEncodeTable As Boolean
    
    
    [Category("1D Barcodes")]
    [Description("Barcode writer converts Code39 barcode to Code39 Extended barcode if necessary.")]
    [Obsolete("This property is obsolete, use BarcodeSymbologySubsets.Code39Extended barcode subset.", True)]
    public bool UseCode39ExtendedEncodeTable { get; set; }
    
    
    [Category("1D Barcodes")]
    [Description("Barcode writer converts Code39 barcode to Code39 Extended barcode if necessary.")]
    [Obsolete("This property is obsolete, use BarcodeSymbologySubsets.Code39Extended barcode subset.", True)]
    public: __property bool get_UseCode39ExtendedEncodeTable();
    public: __property void set_UseCode39ExtendedEncodeTable(
    bool value
    );
    [Category("1D Barcodes")]
    [Description("Barcode writer converts Code39 barcode to Code39 Extended barcode if necessary.")]
    [Obsolete("This property is obsolete, use BarcodeSymbologySubsets.Code39Extended barcode subset.", True)]
    public:
    property bool UseCode39ExtendedEncodeTable { bool get(); void set(bool value); }

    Property Value

    Default value is true.
    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