Get all custom properties.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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>)>)>The all properties.