PDFView4NET WinForms Edition
PDFSCC14Barcode Class
Members 




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace : PDFSCC14Barcode Class
Defines a SCC-14 barcode.
Object Model
PDFSCC14Barcode ClassPDFColor ClassPDFColor ClassPDFFontBase ClassPDFColor Class
Syntax
'Declaration
 
Public Class PDFSCC14Barcode 
   Inherits PDFCode128CBarcode
'Usage
 
Dim instance As PDFSCC14Barcode
public class PDFSCC14Barcode : PDFCode128CBarcode 
public __gc class PDFSCC14Barcode : public PDFCode128CBarcode 
public ref class PDFSCC14Barcode : public PDFCode128CBarcode 
Remarks
This class defines a SCC-14 (Shipping Container Code) barcode. Only the following symbols are allowed in a SCC-14 barcode: 0 1 2 3 4 5 6 7 8 9.
A SCC-14 barcode is a special Code 128C barcode using a predefined format with a fixed length. The barcode length is 14 digits. 13 digits are provided by the user, the 14th digit is the check digit and it is calculated automatically by the library.
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.PDFCode128CBarcode
               O2S.Components.PDFView4NET.Graphics.Barcodes.PDFSCC14Barcode

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

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