Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public XmpProperty this[
string name
] { get; set; }
VB
Public Default Property Item (
name As String
) As XmpProperty
Get
Set
Parameters
- name
- Type: System.String
The name of the property.
Property Value
Type:
XmpPropertySee Also