PDFView4NET WPF Edition
Supplement Property




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFEANBarcode Class : Supplement Property
Gets or sets the supplement for barcode data.
Syntax
'Declaration
 
Public Property Supplement As String
'Usage
 
Dim instance As PDFEANBarcode
Dim value As String
 
instance.Supplement = value
 
value = instance.Supplement
public string Supplement {get; set;}
public: __property string* get_Supplement();
public: __property void set_Supplement( 
   string* value
);
public:
property String^ Supplement {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value specifying a 2 or 5 digit supplemental barcode.
Exceptions
ExceptionDescription
Thrown when invalid symbols exist in supplement data or the supplement does not have the required length (2 or 5 digits).
Remarks
This supplement is optional. If it exists, it can be only 2 or 5 digits.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFEANBarcode Class
PDFEANBarcode Members