Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
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, assign, readonly) BOOL usesGlobalMemory
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