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 RemoveCustomProperty.")]
public void RemoveCustomerDefined(
	string key
)
<ObsoleteAttribute("This method may be removed in the future,please use the method of RemoveCustomProperty.")> 
Public Sub RemoveCustomerDefined ( 
	key As String
)
public:
[ObsoleteAttribute(L"This method may be removed in the future,please use the method of RemoveCustomProperty.")]
void RemoveCustomerDefined(
	String^ key
)
[<ObsoleteAttribute("This method may be removed in the future,please use the method of RemoveCustomProperty.")>]
member RemoveCustomerDefined : 
        key : string -> unit 

Parameters

key
String

See Also