Description
Represents Pdf417 barcode.
For a list of all members defined in this module, see Pdf417 members.
Interfaces
| Implemented Interface | Description |
| Object | |
Example
[ASP - VBScript]
<!-- METADATA TYPE="typelib" UUID="{DF9225FE-94A4-490D-8CAD-E8366CE621D3}"--> <% 'Create Document Dim MyDocument Set MyDocument = Server.CreateObject( "DynamicPDF.Document" ) 'Add page to the document Dim MyPage Set MyPage = MyDocument.AddPage() 'Add barcode to Dim MyPdf417 Set MyPdf417 = MyPage.AddPdf417( "ceTe Software", 10, 10, 2, 2 ) 'Draw the PDF MyDocument.DrawToWeb() Set MyPage = Nothing Set MyDocument = Nothing %> |
See Also
Pdf417 Members
© Copyright 2007, ceTe Software