Indicates whether the pages in this document are best viewed using SVG instead of viewed as raster images.
public virtual bool IsSvgViewingPreferred {get;}
Public Overridable ReadOnly Property IsSvgViewingPreferred() As Boolean
Get
public:
virtual property bool IsSvgViewingPreferred
{
bool get()
}
public boolean isSvgViewingPreferred()
true if the pages in this document are best viewed using SVG instead of viewed as raster images; otherwise, false.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document