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