Name | Description | |
---|---|---|
BitsPerPixel | Gets the resolution (bits-per-pixel, BPP) of this image.
Note that in some cases a PDF image may not contain any information about its resolution, in such cases this property returns 0. | |
Disposed | Gets a value indicating whether the image was not initialized or has already been disposed. (Inherited from GrapeCity.Documents.Drawing.IImage) | |
ExifProfile | If possible, gets an instance of GrapeCity.Documents.Imaging.Exif.ExifProfile with Exif metadata of the image. (Inherited from GrapeCity.Documents.Drawing.IImage) | |
Height | Gets the height of the image, in pixels. (Inherited from GrapeCity.Documents.Drawing.IImage) | |
HorizontalResolution | Gets the horizontal resolution of the image, in dots per inch. (Inherited from GrapeCity.Documents.Drawing.IImage) | |
ImageMask | Gets a value indicating whether the image is defined as a stencil mask for painting in the current color. | |
InlineImage | Gets a value indicating whether the image is an inline image defined directly in a content stream. | |
VerticalResolution | Gets the vertical resolution of the image, in dots per inch. (Inherited from GrapeCity.Documents.Drawing.IImage) | |
Width | Gets the width of the image, in pixels. (Inherited from GrapeCity.Documents.Drawing.IImage) |