名前 | 解説 | |
---|---|---|
BitsPerPixel | この画像の解像度(ピクセルあたりのビット数、BPP)を取得します。
場合によっては、PDF画像がその解像度に関する情報を提供しないことがあります。そのような場合、このプロパティは0を返します。 | |
Disposed | Gets a value indicating whether the image was not initialized or has already been disposed. GrapeCity.Documents.Drawing.IImageから継承されます。 | |
ExifProfile | If possible, gets an instance of GrapeCity.Documents.Imaging.Exif.ExifProfile with Exif metadata of the image. GrapeCity.Documents.Drawing.IImageから継承されます。 | |
Height | Gets the height of the image, in pixels. GrapeCity.Documents.Drawing.IImageから継承されます。 | |
HorizontalResolution | Gets the horizontal resolution of the image, in dots per inch. GrapeCity.Documents.Drawing.IImageから継承されます。 | |
ImageMask | 画像が現在の色で描画するためのステンシルマスクとして定義されているかどうかを示す値を取得します。 | |
InlineImage | 画像がコンテンツストリームでに直接定義されたインライン画像かどうかを示す値を取得します。 | |
Rotation | Gets the flip and rotate transformations that must be applied to the image. GrapeCity.Documents.Drawing.IImageから継承されます。 | |
VerticalResolution | Gets the vertical resolution of the image, in dots per inch. GrapeCity.Documents.Drawing.IImageから継承されます。 | |
Width | Gets the width of the image, in pixels. GrapeCity.Documents.Drawing.IImageから継承されます。 |