PDFView4NET WinForms Edition
PDFCode25Barcode Class
Members 




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace : PDFCode25Barcode Class
Defines a Code 2 of 5 barcode.
Object Model
PDFCode25Barcode ClassPDFColor ClassPDFColor ClassPDFFontBase ClassPDFColor Class
Syntax
'Declaration
 
Public Class PDFCode25Barcode 
   Inherits PDFUnidimensionalBarcode
'Usage
 
Dim instance As PDFCode25Barcode
public class PDFCode25Barcode : PDFUnidimensionalBarcode 
public __gc class PDFCode25Barcode : public PDFUnidimensionalBarcode 
public ref class PDFCode25Barcode : public PDFUnidimensionalBarcode 
Remarks
Code 2 of 5 is a numeric symbology. Only the following symbols are allowed in a Code 2 of 5 barcode: 0 1 2 3 4 5 6 7 8 9
Inheritance Hierarchy

System.Object
   O2S.Components.PDFView4NET.Graphics.Barcodes.PDFBarcode
      O2S.Components.PDFView4NET.Graphics.Barcodes.PDFUnidimensionalBarcode
         O2S.Components.PDFView4NET.Graphics.Barcodes.PDFCode25Barcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFCode25InterleavedBarcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFCOOP25Barcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFIATA25Barcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFMatrix25Barcode

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

PDFCode25Barcode Members
O2S.Components.PDFView4NET.Graphics.Barcodes Namespace