Leadtools.Documents Namespace > DocumentImages Object : IsSvgViewingPreferred Property |
get_isSvgViewingPreferred();
Object.defineProperty('isSvgViewingPreferred');
Type | Description |
---|---|
boolean | 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.