Skip to main content
All docs
V24.2

AIIntegration.ImageBufferMaxSize Property

Gets or sets the maximum size of the Base64 image per request, in bytes.

Namespace: DevExpress.AIIntegration

Assembly: DevExpress.AIIntegration.v24.2.dll

NuGet Package: DevExpress.AIIntegration

Declaration

public static int ImageBufferMaxSize { get; set; }

Property Value

Type Description
Int32

The maximum size of the Base64 image, in bytes.

Remarks

The size of the Base64 image is limited by 2097152 bytes (2Mb), by default.

See Also