get_IsTemporaryFilesAllowed()

IBlobManagementOptions::get_IsTemporaryFilesAllowed() method

This property defines if temporary files can be created while working with BLOBs, what greatly decreases the memory consumption but requires permissions to create files.

virtual bool Aspose::Slides::IBlobManagementOptions::get_IsTemporaryFilesAllowed()=0

Remarks

All files will be deleted after work with the presentation will be finished.

See Also