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

    Defines an implicit conversion from a Boolean object to a XmpBool object.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public static implicit operator XmpBool(bool value)

    Parameters

    Name Type Description
    value Boolean

    The target Boolean value.

    Returns

    Type Description
    XmpBool

    The resulting XmpBool object.

    See Also