Document Solutions for PDF
GrapeCity.Documents.Barcode Assembly / GrapeCity.Documents.Barcode Namespace / BarcodeOptions Class / SupplementNumber Property

In This Topic
    SupplementNumber Property
    In This Topic
    Gets or sets the supplement for the barcode data, supplement is 2/5 digit for EAN/UPC symbologies.
    Syntax
    'Declaration
     
    Public Property SupplementNumber As System.String
    public System.string SupplementNumber {get; set;}
    See Also