Return specified custom field value if exists; otherwise return null

Namespace: Spire.Pdf.Xmp
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public string GetCustomProperty(
	string fieldName
)
Public Function GetCustomProperty ( 
	fieldName As String
) As String
public:
String^ GetCustomProperty(
	String^ fieldName
)
member GetCustomProperty : 
        fieldName : string -> string 

Parameters

fieldName
String

Return Value

String

See Also