Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / IPdfImage Interface / ToGcBitmap Method

In This Topic
    ToGcBitmap Method (IPdfImage)
    In This Topic
    Syntax
    'Declaration
     
    Function ToGcBitmap( _
       ByRef disposeAfterUse As System.Boolean _
    ) As GcBitmap
    GcBitmap ToGcBitmap( 
       out System.bool disposeAfterUse
    )

    Parameters

    disposeAfterUse
    See Also