Return all custom properties if exsit; otherwise return empty Dictionary

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 Dictionary<string, string> GetAllCustomProperties()
Public Function GetAllCustomProperties As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ GetAllCustomProperties()
member GetAllCustomProperties : unit -> Dictionary<string, string> 

Return Value

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

See Also