Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > DocumentImages Class : IsSvgViewingPreferred Property |
public virtual bool IsSvgViewingPreferred {get;}
'Declaration
Public Overridable ReadOnly Property IsSvgViewingPreferred As Boolean
'Usage
Dim instance As DocumentImages Dim value As Boolean value = instance.IsSvgViewingPreferred
public boolean isSvgViewingPreferred()
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.