Back to Devexpress

XmpDocument.GetBoolean(XmpName) Method

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

latest1.4 KB
Original Source

XmpDocument.GetBoolean(XmpName) Method

Gets a Boolean 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 bool? GetBoolean(
    XmpName name
)
vb
Public Function GetBoolean(
    name As XmpName
) As Boolean?

Parameters

NameTypeDescription
nameXmpName

The node’s name.

|

Returns

TypeDescription
Nullable<Boolean>

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

|

See Also

XmpDocument Class

XmpDocument Members

DevExpress.Pdf.Xmp Namespace