Description
Represents a Postnet barcode.
For a list of all members defined in this module, see PostNet members.
Remarks
This class can be used to place a Postnet barcode on a page.
Interfaces
| Implemented Interface | Description |
| 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.AddPostNet( "20815470412", 50, 50 ) ' Draw the PDF MyDocument.DrawToWeb Set MyPage = Nothing Set MyDocument = Nothing %> |
See Also
PostNet Members
© Copyright 2007, ceTe Software