XmpPropertyList.Get Method

Gets the property with specified name.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public XmpProperty Get(
	string name
)
VB
Public Function Get ( 
	name As String
) As XmpProperty

Parameters

name
Type: System.String
The name of the property to get.

Return Value

Type: XmpProperty
The property with the specified name or null if there is no property with the specified name in this XmpPropertyList.

See Also