名前 | 解説 | |
---|---|---|
Dispose | System.IDisposableから継承されます。 | |
GetCacheKey | 内部使用。 GcPdfDocumentでオブジェクトを一意に識別するキーを返します。オブジェクトを一意に識別できない場合は、nullを返すことができます。 | |
GetNativeImage | 現在の IPdfImage オブジェクトに関連付けられている GrapeCity.Documents.Imaging.GcBitmap オブジェクトを取得します。重要:この GrapeCity.Documents.Imaging.GcBitmap は使用後に廃棄する必要があります。
PDFでは、画像は「画像マスク」として指定できます(ImageMask を参照してください)。その場合、画像データは currentUnmaskedColor で指定された現在の色で描画するためのステンシルマスクとして使用されます。maskedColor は塗りつぶしから除外される領域の色を指定します(ほとんどの場合は透明です)。 | |
ToGcBitmap | 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から継承されます。 |