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; }
Public Property MaxBlobsBytesInMemory As ULong
Get
Set
public:
virtual property unsigned long long MaxBlobsBytesInMemory {
unsigned long long get () sealed;
void set (unsigned long long value) sealed;
}
abstract MaxBlobsBytesInMemory : uint64 with get, set
override MaxBlobsBytesInMemory : uint64 with get, set
Property Value
Type:
UInt64Implements
IBlobManagementOptionsMaxBlobsBytesInMemorySee Also