Skip to main content
All docs
V25.1
  • SmartPasteBehavior.Create(Type, Nullable<Single>, DefaultBoolean) Method

    Namespace: DevExpress.AIIntegration.WinForms

    Assembly: DevExpress.AIIntegration.WinForms.v25.1.dll

    NuGet Package: DevExpress.AIIntegration.WinForms

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public static SmartPasteBehavior Create(
        Type smartPasteBehaviorSourceType,
        float? temperature,
        DefaultBoolean processClipboardImage
    )

    Parameters

    Name Type
    smartPasteBehaviorSourceType Type
    temperature Nullable<Single>
    processClipboardImage DefaultBoolean

    Returns

    Type
    SmartPasteBehavior
    See Also