DioDocs for PDF
ToGcBitmap(Boolean) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > IImage インターフェース > ToGcBitmap メソッド : ToGcBitmap(Boolean) メソッド
OUT: Indicates whether the returned GrapeCity.Documents.Imaging.GcBitmap should be disposed by the user.
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.

シンタックス
'宣言
 
Overloads Function ToGcBitmap( _
   ByRef disposeAfterUse As System.Boolean _
) As GcBitmap
GcBitmap ToGcBitmap( 
   out System.bool disposeAfterUse
)

パラメータ

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

戻り値の型

A GrapeCity.Documents.Imaging.GcBitmap object containing the image.
参照

IImage インターフェース
IImage メンバ
オーバーロード一覧