getSvgBackImageUrl Method (original) (raw)

Summary

Gets a URL to a raster image that contains only the image elements of the SVG document for this page.

Syntax

DocumentPage.prototype.getSvgBackImageUrl = function( _backColor_ )

getSvgBackImageUrl( _backColor_: string ): string;

Parameters

backColor

Color to use to fill the background of the image.

Return Value

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.