[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Metadata.UserProp.-ctor

UserProp Constructor

UserProp(string, string, string)

Initializes a new instance of the Metadata.UserProp class. 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
  • http://ns.adobe.com/pdfx/1.3/Custom Properties
Attempting to create a property with a different namespace will throw an exception.
Declaration
public UserProp(string @namespace, string name, string value)
Public Sub New([namespace] As String, name As String, value As String)
Parameters
Type Name Description
string namespace

The XML namespace.

string name

The property name.

string value

The property value.

See Also