Set custom property to xmpmeta; if value is null, remove the node; if the node is null, create the node
Namespace: Spire.Pdf.XmpAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public void SetCustomProperty( string field, string value )
Public Sub SetCustomProperty ( field As String, value As String )
public: void SetCustomProperty( String^ field, String^ value )
member SetCustomProperty : field : string * value : string -> unit