Back to Devexpress

XmpDocument.GetFloat(String) Method

officefileapi-devexpress-dot-pdf-dot-xmp-dot-xmpdocument-dot-getfloat-x28-system-dot-string-x29.md

latest1.8 KB
Original Source

XmpDocument.GetFloat(String) Method

Gets the Single value of a node with the specified name.

Namespace : DevExpress.Pdf.Xmp

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public float? GetFloat(
    string qualifiedName
)
vb
Public Function GetFloat(
    qualifiedName As String
) As Single?

Parameters

NameTypeDescription
qualifiedNameString

The node’s qualified name ( prefix:local format).

|

Returns

TypeDescription
Nullable<Single>

The node value or null ( Nothing in Visual Basic) if it is not a Single value.

|

Exceptions

TypeDescription
ArgumentException

Thrown if the prefix specified in the qualifiedName method parameter is not registered. Call the XmpDocument.RegisterNamespace method to register the namespace.

|

See Also

XmpDocument Class

XmpDocument Members

DevExpress.Pdf.Xmp Namespace