public static Bitmap getLinkedImage(RasterImage image)
image
The RasterImage specified for the image.
The android.graphics.Bitmap that the specified RasterImage is linked to. Returns null when there is no linked image.
Avoid making a copy of the actual image data when converting to / from an android.graphics.Bitmap by using the ConvertToImageOptions.LinkImage flag.