Represents an EAN/JAN 13, 5 digit supplement bar code.
For a list of all members of this type, see Ean13Sup5 members.
![]() ![]()
|
System.Object
ceTe.DynamicPDF.PageElement
ceTe.DynamicPDF.PageElements.RotatingPageElement
ceTe.DynamicPDF.PageElements.BarCoding.BarCode
ceTe.DynamicPDF.PageElements.BarCoding.UpcBase
ceTe.DynamicPDF.PageElements.BarCoding.Ean13
ceTe.DynamicPDF.PageElements.BarCoding.Ean13Sup5
[Visual Basic]
Public Class Ean13Sup5
Inherits Ean13
Implements ICoordinate [C#]
public class Ean13Sup5 : Ean13, ICoordinate This class can be used to place an EAN/JAN 13, 5 digit supplement bar code on a page.
The following example will place an EAN/JAN 13, 5 digit supplement bar code on the page.
[Visual Basic]
Imports System
Imports ceTe.DynamicPDF
Imports ceTe.DynamicPDF.PageElements.BarCoding
Module MyModule
Sub Main()
' Create a PDF Document
Dim MyDocument As Document = New Document
' Create a Page and add it to the document
Dim MyPage As Page = New Page
MyDocument.Pages.Add(MyPage)
' Create a bar code
Dim barCode As Ean13Sup5 = New Ean13Sup5("12345678901212345", 50, 50)
' Add the bar code to the page
MyPage.Elements.Add(barCode)
' Save the PDF
MyDocument.Draw("C:\MyDocument.pdf")
End Sub
End Module
[C#]
using System; |
This class is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:
Namespace: ceTe.DynamicPDF.PageElements.BarCoding
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: ceTe.DynamicPDF (in ceTe.DynamicPDF.dll)
Ean13Sup5 Members | ceTe.DynamicPDF.PageElements.BarCoding Namespace
© Copyright 2007, ceTe Software