BlobManagementOptionsMaxBlobsBytesInMemory Property

A threshold that indicates the maximum amount of bytes which BLOBs can occupied in memory. After this threshold was reached, all new BLOBs will be placed in temporary files and will not affect the total memory consumption of the process. IsTemporaryFilesAllowed should be set to true to use this property.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public ulong MaxBlobsBytesInMemory { get; set; }

Property Value

Type: UInt64

Implements

IBlobManagementOptionsMaxBlobsBytesInMemory
See Also