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