ImageRenderingOptions

ImageRenderingOptions()

Initializes a new instance of the ImageRenderingOptions class; Png will be used as default image format.

public ImageRenderingOptions()

See Also


ImageRenderingOptions(ImageFormat)

Initializes a new instance of the ImageRenderingOptions class with specified image format.

public ImageRenderingOptions(ImageFormat format)
ParameterTypeDescription
formatImageFormatThe output image format.

See Also