The ImageFormatterEventArgs type exposes the following members.

Properties

  Name Description
Public property CompositingQuality
Gets the compositing quality value.
Public property Height
Gets the height value.
Public property Image
Gets the source image value.
Public property ImageFormat
Gets the image format value.
Public property InterpolationMode
Gets the interpolation mode value.
Public property MaintainAspectRatio
Gets a value indicating whether to maintain aspect ratio.
Public property PixelOffsetMode
Gets the pixel offset mode value.
Public property SmoothingMode
Gets the smoothing mode value.
Public property UseSuppliedSize
Gets a value indicating whether to use supplied size. False: Image W/H is used; True: Supplied W/H is used.
Public property Width
Gets the width value.

See Also