Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("This method may be removed in the future,please use the method of GetCustomProperty.")]
public string GetCustomerDefined(
	string key
)
<ObsoleteAttribute("This method may be removed in the future,please use the method of GetCustomProperty.")> 
Public Function GetCustomerDefined ( 
	key As String
) As String
public:
[ObsoleteAttribute(L"This method may be removed in the future,please use the method of GetCustomProperty.")]
String^ GetCustomerDefined(
	String^ key
)
[<ObsoleteAttribute("This method may be removed in the future,please use the method of GetCustomProperty.")>]
member GetCustomerDefined : 
        key : string -> string 

Parameters

key
String

Return Value

String

See Also