[]
Options that allow customizing the output images.
public class ImageOutputSettings
public ImageOutputSettings()
Gets or sets the background color. The default is white.
public Color BackColor { get; set; }
Gets or sets the resolution of the generated image. The default is 96.
public float Resolution { get; set; }
Gets or sets the zoom factor. The default is 1.
public float Zoom { get; set; }