Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Metadata.UserProp Class
Members

In This Topic
    Metadata.UserProp Class
    In This Topic
    Represents a custom metadata property. Note that the only allowed namespaces are:
    • "http://purl.org/dc/elements/1.1/" (Dublin Core Properties)
    • "http://ns.adobe.com/xap/1.0/" (XMP Core Properties)
    • "http://ns.adobe.com/pdf/1.3/" (PDF Properties)
    Attempting to add a property with a different namespace will throw an exception.
    Object Model
    Metadata.UserProp Class
    Syntax
    'Declaration
     
    Public Class Metadata.UserProp 
    public class Metadata.UserProp 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Metadata.UserProp

    See Also