PdfXmpNamespace
ResetNamespaces Method
|
Resets the schema registry to its original state (creates a new one).
Namespace:
Spire.Pdf.Interchange.Metadata
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static void ResetNamespaces()
Public Shared Sub ResetNamespaces
public:
static void ResetNamespaces()
static member ResetNamespaces : unit -> unit
Remarks
Resets the schema registry to its original state (creates a new one).
Be careful this might break all existing XMPMeta-objects and should be used
only for testing purposes.
See Also