isSvgViewingPreferred Property

Summary

Gets a value that indicate whether the pages in this document is best viewed using SVG instead of raster images.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentImages.prototype, 'isSvgViewingPreferred', 
   get: function() 
) 
readonly isSvgViewingPreferred: boolean; 

Property Value

true if the pages in this document is best viewed using SVG instead of raster images; otherwise, false.

Remarks

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.