Class Metadata.UserProp
- Namespace
- GrapeCity.Documents.Pdf
- Assembly
- GcDocs.Pdf.dll
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.
public class Metadata.UserProp
- Inheritance
-
Metadata.UserProp
- Inherited Members
-
Constructors
public UserProp(string @namespace, string name, string value)
Parameters
namespace
string
The namespace.
name
string
The property name.
value
string
The property value.
Properties
public string Name { get; }
Property Value
- string
Gets the property namespace.
public string Namespace { get; }
Property Value
- string
public string Value { get; }
Property Value
- string