Description
Class represents the XMP Paged-Text Schema.
For a list of all members defined in this module, see PagedTextSchema 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 blank pages to the document MyDocument.AddPage() MyDocument.AddPage() ' Create an Xmp Metadata Dim MyXmp Set MyXmp = MyDocument.SetXmpMetaData ' Paged-Text Schema. Dim Mypt Set Mypt = MyXmp.PagedTextSchema MyXmp.AddSchema Mypt ' Draw the PDF document MyDocument.DrawToWeb() %> |
See Also
PagedTextSchema Members
© Copyright 2007, ceTe Software