ImageElement Class Properties
In This Topic
For a list of all members of this type, see ImageElement members.
Public Properties
| | Name | Description |
 | BitDepth | Total bit depth of the image (BitsPerComponent * NumberOfColorComponents) |
 | BitsPerComponent | The number of bits used to represent each color component. |
 | Bounds | The bounding rectangle of the image on the page. |
 | Filter | The PDF filter used to encode/decode the image (e.g., "DCTDecode", "FlateDecode") |
 | Format | The image format. |
 | IsUsingAlphaChannel | Indicates whether the image uses an alpha channel for transparency. |
Top
See Also