DioDocs for PDF
ToGcBitmap(Boolean,Boolean) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > IImage インターフェース > ToGcBitmap メソッド : ToGcBitmap(Boolean,Boolean) メソッド
Indicates whether the flip and rotate transformations should be applied to the returned GrapeCity.Documents.Imaging.GcBitmap if that is required by the Orientation property in the EXIF profile.
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( _
   ByVal applyExifOrientation As System.Boolean, _
   ByRef disposeAfterUse As System.Boolean _
) As GcBitmap
GcBitmap ToGcBitmap( 
   System.bool applyExifOrientation,
   out System.bool disposeAfterUse
)

パラメータ

applyExifOrientation
Indicates whether the flip and rotate transformations should be applied to the returned GrapeCity.Documents.Imaging.GcBitmap if that is required by the Orientation property in the EXIF profile.
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 メンバ
オーバーロード一覧