VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / ReaderSettings Class / PharmacodeMaxValue Property
Syntax Requirements SeeAlso
In This Topic
    PharmacodeMaxValue Property (ReaderSettings)
    In This Topic
    Gets or sets the maximum barcode value of Pharmacode barcode.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Maximum barcode value of Pharmacode barcode.")>
    <DefaultValueAttribute(131069)>
    Public Property PharmacodeMaxValue As Long
    
    
    [Description("Maximum barcode value of Pharmacode barcode.")]
    [DefaultValue(131069)]
    public long PharmacodeMaxValue { get; set; }
    
    
    [Description("Maximum barcode value of Pharmacode barcode.")]
    [DefaultValue(131069)]
    public: __property long get_PharmacodeMaxValue();
    public: __property void set_PharmacodeMaxValue(
    long value
    );
    [Description("Maximum barcode value of Pharmacode barcode.")]
    [DefaultValue(131069)]
    public:
    property long PharmacodeMaxValue { long get(); void set(long value); }

    Property Value

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