DioDocs for PDF
IPdfImage インターフェース メンバ
プロパティ  メソッド 

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf 名前空間 : IPdfImage インターフェース

IPdfImageデータ型で公開されるメンバを以下の表に示します。

パブリック プロパティ
 名前解説
 プロパティこの画像の解像度(ピクセルあたりのビット数、BPP)を取得します。

場合によっては、PDF画像がその解像度に関する情報を提供しないことがあります。そのような場合、このプロパティは0を返します。

 
 プロパティGets a value indicating whether the image was not initialized or has already been disposed. GrapeCity.Documents.Drawing.IImageから継承されます。
 プロパティIf possible, gets an instance of GrapeCity.Documents.Imaging.Exif.ExifProfile with Exif metadata of the image. GrapeCity.Documents.Drawing.IImageから継承されます。
 プロパティGets the height of the image, in pixels. GrapeCity.Documents.Drawing.IImageから継承されます。
 プロパティGets the horizontal resolution of the image, in dots per inch. GrapeCity.Documents.Drawing.IImageから継承されます。
 プロパティ画像が現在の色で描画するためのステンシルマスクとして定義されているかどうかを示す値を取得します。  
 プロパティ画像がコンテンツストリームでに直接定義されたインライン画像かどうかを示す値を取得します。  
 プロパティGets the flip and rotate transformations that must be applied to the image. GrapeCity.Documents.Drawing.IImageから継承されます。
 プロパティGets the vertical resolution of the image, in dots per inch. GrapeCity.Documents.Drawing.IImageから継承されます。
 プロパティGets the width of the image, in pixels. GrapeCity.Documents.Drawing.IImageから継承されます。
トップ
パブリック メソッド
 名前解説
 メソッド System.IDisposableから継承されます。
 メソッド内部使用。 GcPdfDocumentでオブジェクトを一意に識別するキーを返します。オブジェクトを一意に識別できない場合は、nullを返すことができます。  
 メソッド現在の IPdfImage オブジェクトに関連付けられている GrapeCity.Documents.Imaging.GcBitmap オブジェクトを取得します。重要:この GrapeCity.Documents.Imaging.GcBitmap は使用後に廃棄する必要があります。

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

 
 メソッド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.

GrapeCity.Documents.Drawing.IImageから継承されます。
トップ
参照

IPdfImage インターフェース
GrapeCity.Documents.Pdf 名前空間