VectorRasterizationOptions.EmbedBackground

VectorRasterizationOptions.EmbedBackground property

Wether background of color not equal to default background color of output format (white for PDF and SVG, transparent for raster) should be embedded into output image (if not embedded, background will be default of the output render system, but color of the content that depend on background color will be rendered using stated background color)

public bool EmbedBackground { get; set; }

See Also