Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / IImage Interface / ToGcBitmap Method / ToGcBitmap(Boolean) Method
OUT: Indicates whether the returned GrapeCity.Documents.Imaging.GcBitmap should be disposed by the user.

In This Topic
    ToGcBitmap(Boolean) Method
    In This Topic
    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.

    Syntax
    'Declaration
     
    Overloads Function ToGcBitmap( _
       ByRef disposeAfterUse As System.Boolean _
    ) As GcBitmap
    GcBitmap ToGcBitmap( 
       out System.bool disposeAfterUse
    )

    Parameters

    disposeAfterUse
    OUT: Indicates whether the returned GrapeCity.Documents.Imaging.GcBitmap should be disposed by the user.

    Return Value

    A GrapeCity.Documents.Imaging.GcBitmap object containing the image.
    See Also