Gets a URL to a raster image that contains only the image elements of the SVG document for this page.
DocumentPage.prototype.getSvgBackImageUrl = function(
backColor
)
getSvgBackImageUrl(
backColor: string
): string;
backColor
Color to use to fill the background of the image.
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.
For more information on this method or to load the image through the Document 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 Document Library and Document Loading Using LEADTOOLS Document Library for more information.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document