Overload | Description |
---|---|
ToGcBitmap(Boolean) | Retrieves the underlying GrapeCity.Documents.Imaging.GcBitmap object, or creates a new GrapeCity.Documents.Imaging.GcBitmap that contains the image data.
Note that you should dispose the returned GrapeCity.Documents.Imaging.GcBitmap if disposeAfterUse is true. |
ToGcBitmap(Boolean,Boolean) | Retrieves the underlying GrapeCity.Documents.Imaging.GcBitmap object, or creates a new GrapeCity.Documents.Imaging.GcBitmap that contains the image data.
Note that you should dispose the returned GrapeCity.Documents.Imaging.GcBitmap if disposeAfterUse is true. |
ToGcBitmap(GcBitmap) | Loads the image into an existing instance of GrapeCity.Documents.Imaging.GcBitmap. |