Description
Class represents the XMP Rights Management Schema.
For a list of all members defined in this module, see RightsManagementSchema members.
Object Model
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 ' Rights Management Schema. Dim Myrm Set Myrm = MyXmp.RightsManagementSchema Myrm.Marked = True Myrm.Owner.Add ("DynamicPDF") Myrm.UsageTerms.AddLang "en-us", "Contact ceTe Software" MyXmp.AddSchema Myrm ' Save the PDF document MyDocument.DrawToWeb() %> |
See Also
RightsManagementSchema Members
© Copyright 2007, ceTe Software