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; }
Public Property IsTemporaryFilesAllowed As Boolean
Get
Set
public:
virtual property bool IsTemporaryFilesAllowed {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsTemporaryFilesAllowed : bool with get, set
override IsTemporaryFilesAllowed : bool with get, set
Property Value
Type:
BooleanImplements
IBlobManagementOptionsIsTemporaryFilesAllowedSee Also