Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public XmpProperty(
string name,
XmpValue value,
string description
)
VB
Public Sub New (
name As String,
value As XmpValue,
description As String
)
Parameters
- name
- Type: System.String
The name of the property. - value
- Type: BitMiracle.Docotic.Pdf.XmpValue
The value of the property. - description
- Type: System.String
The description of the property.
See Also