Determines if the memory allocated for the image data is a global Windows handle.
public bool IsGlobalMemory { get; }
Public ReadOnly Property IsGlobalMemory As Boolean
public bool IsGlobalMemory {get;}
@property (nonatomic, assign, readonly) BOOL usesGlobalMemory
public boolean isGlobalMemory()
get_IsGlobalMemory();
public:
property bool IsGlobalMemory {
bool get();
}
true if the memory allocated for the image data is a global Windows handle; false, otherwise.
If the value of this property is set, you must use Access and Release when using low level methods that access the image data directly. For more information, refer to Access. In Silverlight, a value of True indicates that the RasterImage object has stored the image data internally using a Silverlight WritableBitmap. For more information, see CodecsLoadOptions.UseWriteableBitmap and UseNativeLoad
For an example, refer to GetRow
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