Back to Devexpress

XmpDocument.GetFloat(XmpName) Method

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

latest1.4 KB
Original Source

XmpDocument.GetFloat(XmpName) 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(
    XmpName name
)
vb
Public Function GetFloat(
    name As XmpName
) As Single?

Parameters

NameTypeDescription
nameXmpName

The node name.

|

Returns

TypeDescription
Nullable<Single>

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

|

See Also

XmpDocument Class

XmpDocument Members

DevExpress.Pdf.Xmp Namespace