DioDocs for PDF
GetNativeImage メソッド (IPdfImage)

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf 名前空間 > IPdfImage インターフェース : GetNativeImage メソッド
マスクされていない領域を塗りつぶすために使用される現在の色。
マスク色は塗りつぶしから除外される領域の色を指定します(通常は透明)。
現在の IPdfImage オブジェクトに関連付けられている GrapeCity.Documents.Imaging.GcBitmap オブジェクトを取得します。重要:この GrapeCity.Documents.Imaging.GcBitmap は使用後に廃棄する必要があります。

PDFでは、画像は「画像マスク」として指定できます(ImageMask を参照してください)。その場合、画像データは currentUnmaskedColor で指定された現在の色で描画するためのステンシルマスクとして使用されます。maskedColor は塗りつぶしから除外される領域の色を指定します(ほとんどの場合は透明です)。

シンタックス
'宣言
 
Function GetNativeImage( _
   ByVal currentUnmaskedColor As System.Drawing.Color, _
   ByVal maskedColor As System.Drawing.Color _
) As GcBitmap
GcBitmap GetNativeImage( 
   System.Drawing.Color currentUnmaskedColor,
   System.Drawing.Color maskedColor
)

パラメータ

currentUnmaskedColor
マスクされていない領域を塗りつぶすために使用される現在の色。
maskedColor
マスク色は塗りつぶしから除外される領域の色を指定します(通常は透明)。

戻り値の型

GrapeCity.Documents.Imaging.GcBitmap オブジェクト(使用後は廃棄する必要があります)。
参照

IPdfImage インターフェース
IPdfImage メンバ