Deletes the specified region and all its data.
public abstract void DeleteRegion(
string regionName
)
Public MustOverride Sub DeleteRegion(
ByVal regionName As String
)
public:
virtual void DeleteRegion(
String^ regionName
) abstract
public abstract void deleteRegion(String regionName)
regionName
region name. This value cannot be null.
This method deletes all the cache item belonging to the specified region regardless of their expiration policy. The LEADTOOLS Document library will call this method to delete the items of a documents when it is disposed and not flagged to be saved in the cache.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document