PdfDocumentInformation
GetAllCustomProperties Method
|
Get all custom properties.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
Dictionary
String
,
String
The all properties.
See Also