PdfXmpNamespace
GetPredefinedNamespaces Method
|
Get predefined namespaces.
Namespace:
Spire.Pdf.Interchange.Metadata
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static ICollection<PdfXmpNamespace> GetPredefinedNamespaces()
Public Shared Function GetPredefinedNamespaces As ICollection(Of PdfXmpNamespace)
public:
static ICollection<PdfXmpNamespace^>^ GetPredefinedNamespaces()
static member GetPredefinedNamespaces : unit -> ICollection<PdfXmpNamespace>
Return Value
Type:
ICollection
PdfXmpNamespace
The predefined namespaces.
See Also