←Select platform

IsSvgViewingPreferred Property

Summary

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

Syntax

C#
VB
Java
C++
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 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.

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly