PDFView4NET WPF Edition
PDFCode39Barcode Class
Members 




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace : PDFCode39Barcode Class
Defines a Code 39 barcode.
Object Model
PDFCode39Barcode ClassPDFFontBase Class
Syntax
'Declaration
 
Public Class PDFCode39Barcode 
   Inherits PDFUnidimensionalBarcode
'Usage
 
Dim instance As PDFCode39Barcode
public class PDFCode39Barcode : PDFUnidimensionalBarcode 
public __gc class PDFCode39Barcode : public PDFUnidimensionalBarcode 
public ref class PDFCode39Barcode : public PDFUnidimensionalBarcode 
Remarks
Only the following symbols are allowed in a Code 39 barcode: 1 2 3 4 5 6 7 8 9 0 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z - . $ / + % SPACE.
All alphabetic characters are uppercase. If lowercase characters are required, then a Code 39 Extended barcode must be used.
Inheritance Hierarchy

System.Object
   O2S.Components.PDFView4NET.Graphics.Barcodes.PDFBarcode
      O2S.Components.PDFView4NET.Graphics.Barcodes.PDFUnidimensionalBarcode
         O2S.Components.PDFView4NET.Graphics.Barcodes.PDFCode39Barcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFCode32Barcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFCode39ExtendedBarcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFPZNBarcode

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

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