public class PdfImageElement| PdfImageElement(Byte) | Creates a new image element from a byte array |
| PdfImageElement(String) | Creates a new image element from a file path |
| Accessibility | Accessibility metadata used when the host PdfDocument is tagged. The default structure type for an image is Figure; PDF/UA-1 requires a non-empty AlternateText or ActualText. Set StructureType to Artifact to mark a purely decorative image |
| EnlargeToFit | If true, the image will be enlarged to fit the specified dimensions if needed |
| Height | The target height for the image. If zero, original height is used unless scaling rules apply |
| HorizontalAlign | Specifies the horizontal alignment of the image on the page. If not None, takes precedence over X |
| ImageBytes | The image content as a byte array. Optional if ImagePath is used |
| ImagePath | The file path to the image. Optional if ImageBytes is used |
| Opacity | Opacity of the rendered image (0..1). Default is 1 (fully opaque) |
| RotationDegrees | Rotation angle in degrees applied to the image. Positive values rotate counter-clockwise. Default is 0 (no rotation) |
| RotationPivot | Gets or sets the pivot point used when rotating this image. The pivot determines which point of the image bounding box remains fixed during rotation. The default value is TopLeft |
| ScaleDownToFit | If true, the image will be scaled down to fit the specified dimensions if needed |
| VerticalAlign | Specifies the vertical alignment of the image on the page. If not None, takes precedence over Y |
| Width | The target width for the image. If zero, original width is used unless scaling rules apply |
| X | The horizontal position from the left margin (ignored if HorizontalAlign is set) |
| Y | The vertical position from the top margin (ignored if VerticalAlign is set) |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |