BlobManagementOptionsIsTemporaryFilesAllowed Property

Set that using of temporary files is not allowed to optimize memory consumption while working with large amounts of data during presentation's lifetime. If false, OutOfMemoryException can be thrown.

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

Property Value

Type: Boolean

Implements

IBlobManagementOptionsIsTemporaryFilesAllowed
See Also