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