Skip to main content
All docs
V25.2
  • SmartPasteSchedulerBehaviorProperties.ProcessClipboardImage Property

    Gets or sets whether to analyze images copied to the clipboard.

    Namespace: DevExpress.AIIntegration.WinForms

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

    NuGet Package: DevExpress.AIIntegration.WinForms

    Declaration

    [DefaultValue(DefaultBoolean.Default)]
    public DefaultBoolean ProcessClipboardImage { get; set; }

    Property Value

    Type Default Description
    DefaultBoolean Default

    True to analyze images copied to the clipboard; otherwise, False.

    Available values:

    Name Description Return Value
    True

    The value is true.

    0

    False

    The value is false.

    1

    Default

    The value is specified by a global option or a higher-level object.

    2

    Remarks

    If the ProcessClipboardImage property is set to DefaultBoolean.True, SmartPaste checks whether the clipboard contains an image and attempts to extract structured data from it using AI.

    See Also