See Also

Ean13Sup5 Members

Description

Represents an EAN/JAN 13, 5 digit supplement barcode.

For a list of all members defined in this module, see Ean13Sup5 members.

Remarks

This class can be used to place an EAN/JAN 13, 5 digit supplement barcode on a page.

Interfaces

Implemented InterfaceDescription
Object 

Example

[ASP - VBScript] 

<% 
    ' Create a PDF Document 
    Dim MyDocument  
    Set MyDocument = Server.CreateObject( "DynamicPDF.Document" )  
    ' Create a Page and add it to the document 
    Dim MyPage  
    Set MyPage = MyDocument.AddPage() 
    ' Create a bar code 
    Dim MyBarcode 
    Set MyBarcode = MyPage.AddEan13Sup5( "12345678901212345", 50, 50 ) 
    MyBarcode.SupplementalValue = "12456" 
    ' Draw the PDF 
    MyDocument.DrawToWeb 
    Set MyPage = Nothing 
    Set MyDocument = Nothing 
%> 

See Also

Ean13Sup5 Members

 

 


© Copyright 2007, ceTe Software