[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Graphics.Images.PdfImageBase.ToGcBitmap

ToGcBitmap Method

ToGcBitmap(out bool)

Retrieves the underlying GcBitmap object, or creates a new GcBitmap that contains the image data.

Note that you should dispose the returned GcBitmap if disposeAfterUse is true.

Declaration
public GcBitmap ToGcBitmap(out bool disposeAfterUse)
Public Function ToGcBitmap(ByRef disposeAfterUse As Boolean) As GcBitmap
Parameters
Type Name Description
bool disposeAfterUse

OUT: Indicates whether the returned GcBitmap should be disposed by the user.

Returns
Type Description
GcBitmap

A GcBitmap object containing the image.