Leadtools Namespace > RasterImage Class : IsGlobalMemory Property |
public bool IsGlobalMemory {get;}
'Declaration Public ReadOnly Property IsGlobalMemory As Boolean
'Usage Dim instance As RasterImage Dim value As Boolean value = instance.IsGlobalMemory
public bool IsGlobalMemory {get;}
@property (nonatomic, readonly, assign) BOOL isGlobalMemory;
public boolean isGlobalMemory()
get_IsGlobalMemory();
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