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: 7.9.2.0 (7.9.2.1020)
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
Parameters
- field
- String
- value
- String