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 GetAllCustomProperties.")]
public Dictionary<string, string> GetAllCustomerDefined()
<ObsoleteAttribute("This method may be removed in the future,please use the method of GetAllCustomProperties.")> 
Public Function GetAllCustomerDefined As Dictionary(Of String, String)
public:
[ObsoleteAttribute(L"This method may be removed in the future,please use the method of GetAllCustomProperties.")]
Dictionary<String^, String^>^ GetAllCustomerDefined()
[<ObsoleteAttribute("This method may be removed in the future,please use the method of GetAllCustomProperties.")>]
member GetAllCustomerDefined : unit -> Dictionary<string, string> 

Return Value

Dictionary<(Of <(<'String, String>)>)>

See Also