PDFView4NET WPF Edition
PDFCode128BBarcode Class
Members 




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace : PDFCode128BBarcode Class
Defines a Code 128 barcode.
Object Model
PDFCode128BBarcode ClassPDFFontBase Class
Syntax
'Declaration
 
Public Class PDFCode128BBarcode 
   Inherits PDFCode128Barcode
'Usage
 
Dim instance As PDFCode128BBarcode
public class PDFCode128BBarcode : PDFCode128Barcode 
public __gc class PDFCode128BBarcode : public PDFCode128Barcode 
public ref class PDFCode128BBarcode : public PDFCode128Barcode 
Remarks
This class defines a Code 128 barcode using the B character set. Only the following symbols are allowed in a Code 128 B barcode: SPACE ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ 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 [ \ ]^ _ ` 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 { | } ~ DEL (\x7F) FNC1 (\xF0) FNC2 (\xF1) FNC3 (\xF2) FNC4 (\xF3) SHIFT (\xF4).
Inheritance Hierarchy

System.Object
   O2S.Components.PDFView4NET.Graphics.Barcodes.PDFBarcode
      O2S.Components.PDFView4NET.Graphics.Barcodes.PDFUnidimensionalBarcode
         O2S.Components.PDFView4NET.Graphics.Barcodes.PDFCode128Barcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFCode128BBarcode

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

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