C#
VB
Java
Objective-C
WinRT C#
C++
Determines if the memory allocated for the image data is allocated as a disk file rather than in physical memory.
public bool IsDiskMemory { get; }
Public ReadOnly Property IsDiskMemory As Boolean
public bool IsDiskMemory {get;}
@property (nonatomic, assign, readonly) BOOL usesDiskMemory
public boolean isDiskMemory()
get_IsDiskMemory();
public:
property bool IsDiskMemory {
bool get();
}
true if the memory allocated for the image data is allocated as a disk file rather than in physical memory; false, otherwise.
For an example, refer to IsConventionalMemory.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET