Back to Devexpress

AIIntegration.ImageBufferMaxSize Property

corelibraries-devexpress-dot-aiintegration-dot-aiintegration-fe8cfaf1.md

latest1.2 KB
Original Source

AIIntegration.ImageBufferMaxSize Property

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

Namespace : DevExpress.AIIntegration

Assembly : DevExpress.AIIntegration.v25.2.dll

NuGet Package : DevExpress.AIIntegration

Declaration

csharp
public static int ImageBufferMaxSize { get; set; }
vb
Public Shared Property ImageBufferMaxSize As Integer

Property Value

TypeDescription
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

AIIntegration Class

AIIntegration Members

DevExpress.AIIntegration Namespace