PDFView4NET WinForms Edition
ApplicationIdentifier Property




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFEAN128Barcode Class : ApplicationIdentifier Property
Gets or sets the application identifier.
Syntax
'Declaration
 
Public Property ApplicationIdentifier As String
'Usage
 
Dim instance As PDFEAN128Barcode
Dim value As String
 
instance.ApplicationIdentifier = value
 
value = instance.ApplicationIdentifier
public string ApplicationIdentifier {get; set;}
public: __property string* get_ApplicationIdentifier();
public: __property void set_ApplicationIdentifier( 
   string* value
);
public:
property String^ ApplicationIdentifier {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value specifying the application identifier.
Remarks
The application identifier defines how the barcode data should be interpreted.
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

PDFEAN128Barcode Class
PDFEAN128Barcode Members