PDFView4NET WinForms Edition
PDFSSCC18Barcode Class
Members 




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

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

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