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
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