Gets a value that indicate whether the pages in this document is best viewed using SVG instead of raster images.
Object.defineProperty(DocumentImages.prototype, 'isSvgViewingPreferred',
get: function()
)
isSvgViewingPreferred: boolean; // read-only
true if the pages in this document is best viewed using SVG instead of raster images; otherwise, false.
Refer to IsSvgSupported for more information on how this value is calculated by the document.
The LEADTOOLS Document Viewer uses IsSvgViewingPreferred to enable or disable viewing the pages as SVG.
Note that when the value of IsSvgSupported is false, then the value of IsSvgViewingPreferred will always be false too.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET