Description
Represents a UPC Version E, 5 digit supplement barcode.
For a list of all members defined in this module, see UpcVersionESup5 members.
Remarks
This class can be used to place a UPC Version E, 5 digit supplement barcode on a page.
Interfaces
| Implemented Interface | Description |
| Object | |
Example
[ASP - VBScript]
<% ' Create a PDF Document Dim MyDocument Dim MyDocTemplate Set MyDocument = Server.CreateObject( "DynamicPDF.Document" ) Dim MyPage ' Create a Page and add it to the document Set MyPage = MyDocument.AddPage() Dim MyBarcode Set MyBarcode = MyPage.AddUPCVersionESup5( "012345612345", 50, 50 ) MyBarcode.XDimension = 1.5 ' Draw the PDF MyDocument.DrawToWeb Set Mypage = Nothing Set MyDocument = Nothing %> |
See Also
UpcVersionESup5 Members
© Copyright 2007, ceTe Software