BlobManagementOptions Class |
Namespace: Aspose.Slides
The BlobManagementOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | BlobManagementOptions |
Creates new default blob management options.
|
Name | Description | |
---|---|---|
![]() | IsTemporaryFilesAllowed |
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.
|
![]() | MaxBlobsBytesInMemory |
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.
|
![]() | PresentationLockingBehavior |
Represents the locking behavior for the presentation's source (stream or file).
|
![]() | TempFilesRootPath |
Represents the root path on the filesystem, where the temporary files will be stored. System
temorary directory will be used by default.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |