[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Metadata.UserProp

Metadata.UserProp Class

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.
Inheritance
Metadata.UserProp
Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public class Metadata.UserProp
Public Class Metadata.UserProp

Constructors

Name Description
UserProp(string, string, string)

Initializes a new instance of the Metadata.UserProp class.

Properties

Name Description
Name

Gets the property name.

Namespace

Gets the property namespace.

Value

Gets the property value.