UseMarkupIndexFileCache Property
In This Topic
Only applicable if UseMarkupIndexFile is true. A boolean value which indicates whether to Cache Markup Index Files in RAM.
Syntax
'Declaration
Public ReadOnly Property UseMarkupIndexFileCache As Boolean
'Usage
Dim instance As MarkupFileImageDataProvider
Dim value As Boolean
value = instance.UseMarkupIndexFileCache
public bool UseMarkupIndexFileCache {get;}
public: __property bool get_UseMarkupIndexFileCache();
public:
property bool UseMarkupIndexFileCache {
bool get();
}
See Also