[]
        
(Showing Draft Content)

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

UserProp Constructor

UserProp(string, string, string)

Initializes a new instance of the Metadata.UserProp class.

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 namespace.

string name

The property name.

string value

The property value.