VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeReaderSettings Class / dotCodeInterpretFncCharacters Property
Syntax Requirements SeeAlso
In This Topic
    dotCodeInterpretFncCharacters Property (WebBarcodeReaderSettings)
    In This Topic
    Gets or sets a value indicating whether the barcode reader must interpret FNC characters in DotCode barcodes.
    Syntax
    'Declaration
    
    Public Property dotCodeInterpretFncCharacters As Boolean
    
    
    public bool dotCodeInterpretFncCharacters { get; set; }
    
    
    public: __property bool get_dotCodeInterpretFncCharacters();
    public: __property void set_dotCodeInterpretFncCharacters(
    bool value
    );
    public:
    property bool dotCodeInterpretFncCharacters { bool get(); void set(bool value); }

    Property Value

    True - barcode reader interprets FNC1, FNC2 and FNC3 characters as specified in specification;
    False - barcode reader does NOT interpret FNC1, FNC2 and FNC3 characters and transmins them as they encoded in barcode.
    Default value is true.
    Requirements

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

    See Also