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 SetCustomProperty.")]
public bool SetCustomerDefined(
	string key,
	string value
)
<ObsoleteAttribute("This method may be removed in the future,please use the method of SetCustomProperty.")> 
Public Function SetCustomerDefined ( 
	key As String,
	value As String
) As Boolean
public:
[ObsoleteAttribute(L"This method may be removed in the future,please use the method of SetCustomProperty.")]
bool SetCustomerDefined(
	String^ key, 
	String^ value
)
[<ObsoleteAttribute("This method may be removed in the future,please use the method of SetCustomProperty.")>]
member SetCustomerDefined : 
        key : string * 
        value : string -> bool 

Parameters

key
String
value
String

Return Value

Boolean

See Also