Skip to main content
All docs
V26.1
  • XmpBool.Implicit(XmpBool to Nullable<Boolean>) Operator

    Defines an implicit conversion from a XmpBool object to a Nullable<Boolean> object.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public static implicit operator bool? (XmpBool xmpBool)

    Parameters

    Name Type Description
    xmpBool XmpBool

    The XmpBool object that should be converted.

    Returns

    Type Description
    Nullable<Boolean>

    The resulting Nullable<Boolean> object.

    See Also