←Select platform

IsSvgViewingPreferred Property

Summary

Indicates whether the pages in this document are best viewed using SVG instead of viewed as raster images.

Syntax
C#
VB
C++
Java
public virtual bool IsSvgViewingPreferred {get;} 
Public Overridable ReadOnly Property IsSvgViewingPreferred() As Boolean 
   Get 
public:  
   virtual property bool IsSvgViewingPreferred 
   { 
      bool get() 
   } 
public boolean isSvgViewingPreferred() 

Property Value

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

Remarks

Refer to IsSvgSupported for more information on how this value is determined 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 as well.

Note that if this is a virtual document with children, then the value of this property will be true if any of the child documents report true, and will be false if either the document has no children, or if all the children report false.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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