←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#
C++/CLI
Java
Python
public virtual bool IsSvgViewingPreferred {get;} 
public:  
   virtual property bool IsSvgViewingPreferred 
   { 
      bool get() 
   } 
public boolean isSvgViewingPreferred() 
IsSvgViewingPreferred # get  (DocumentImages) 

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 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.