Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

GetSvgBackImageUrl Method

Show in webframe
Color to use to fill the background of the image.
Gets a URL to a raster image that contains only the image elements of the SVG document for this page.
Syntax
 function Leadtools.Documents.DocumentPage.getSvgBackImageUrl( 
   backColor 
)

Parameters

ParameterTypeDescription
backColorstringColor to use to fill the background of the image.

Return Value

TypeDescription
string A URL to a raster image that will contain only the image elements of the SVG document for this page. If IsSvgSupported is false, a request to this URL will fail. If the SVG for this page contains no background images, a request to this URL will return a 1x1 transparent GIF image.
Remarks

For more information on this method or to load the image through the Documents Library, see GetSvgBackImageElement.

This method will always return a URL to attempt loading from, even if IsSvgSupported is false.

Refer to Image Loading Using LEADTOOLS Documents Library and Document Loading Using LEADTOOLS Documents Library for more information.

Example
Refer to GetImageUrl for an example.
See Also

Reference

DocumentPage Object
DocumentPage Members

Error processing SSI file