←Select platform

IsDiskMemory Property

Summary

Determines if the memory allocated for the image data is allocated as a disk file rather than in physical memory.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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(); 
} 

Property Value

true if the memory allocated for the image data is allocated as a disk file rather than in physical memory; false, otherwise.

Example

For an example, refer to IsConventionalMemory.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly