Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Metadata.UserProp Class / Metadata.UserProp Constructor
The namespace.
The property name.
The property value.

In This Topic
    Metadata.UserProp Constructor
    In This Topic
    Initializes a new instance of the Metadata.UserProp class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal namespace As System.String, _
       ByVal name As System.String, _
       ByVal value As System.String _
    )
    public Metadata.UserProp( 
       System.string namespace,
       System.string name,
       System.string value
    )

    Parameters

    namespace
    The namespace.
    name
    The property name.
    value
    The property value.
    See Also