OptionalalignThe horizontal alignment of the image. The default is "Left".
OptionalalignThe vertical alignment of the image. The default is "Top".
OptionalclipThe clipping rectangle on the target surface.
OptionalinterpolationThe sampling mode to use when drawing images with resizing. This property does not affect drawing to PdfContext.
OptionalkeepIndicates whether to keep the aspect ration of the image when resizing. The default if false.
OptionalopacityThe image opacity. The default is 1.
OptionalscaleIf true, the image is scaled down as much as possible but covers the entire destination rectangle. If false, the image is scaled up as much as possible, but does not extend beyond the bounds of the destination rectangle. The value of this property is ignored if keepAspectRatio is false. The default if false.
Provides options for drawing the image.