Skip to main content
All docs
V25.1
  • XmpStructure.GetBoolean(XmpName) Method

    Gets a Boolean value of an item with the specified name.

    Namespace: DevExpress.Pdf.Xmp

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public bool? GetBoolean(
        XmpName name
    )

    Parameters

    Name Type Description
    name XmpName

    The item name.

    Returns

    Type Description
    Nullable<Boolean>

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

    See Also