Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace > SvgRenderOptions Class : BackgroundColor Property |
public RasterColor BackgroundColor {get; set;}
'Declaration
Public Property BackgroundColor As RasterColor
'Usage
Dim instance As SvgRenderOptions Dim value As RasterColor instance.BackgroundColor = value value = instance.BackgroundColor
@property (nonatomic, copy) LTRasterColor *backgroundColor
public RasterColor getBackgroundColor() public void setBackgroundColor(RasterColor color)
public: property RasterColor BackgroundColor { RasterColor get(); void set ( RasterColor value); }
SVG documents do not have a background color. Use this property to fill the SvgRenderOptions.Bounds (final transformation applied) with a color. Will only be used if UseBackgroundColor is true.
For an example, refer to SvgDocument.Render.