Description
Represents a UPC Version E barcode.
For a list of all members defined in this module, see UpcVersionE members.
Remarks
This class can be used to place a UPC Version E 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.AddUPCVersionE( "0123456", 50, 50 ) MyBarcode.XDimension = 1.5 ' Draw the PDF MyDocument.DrawToWeb Set MyPage = Nothing Set MyDocument = Nothing %> |
See Also
UpcVersionE Members
© Copyright 2007, ceTe Software