Gets a value that indicates whether SVG viewing is preferred with this page.
public bool IsSvgViewingPreferred {get;}
Public ReadOnly Property IsSvgViewingPreferred() As Boolean
Get
public:
property bool IsSvgViewingPreferred
{
bool get()
}
true if SVG viewing is preferred with this page; otherwise, false.
This property is used by the DocumentViewer when this document is being viewed.
For most types of documents, the value of IsSvgViewingPreferred will be the same as DocumentImages.IsSvgViewingPreferred. In other words, if the document supports SVG, then the SVG engine should be used to render the document for viewing.
For certain types of documents this may not be true, depending on the type of the page. For instance, if the document is PDF with a mix of raster and text pages, then the raster pages should be viewed using the raster engine. The value of IsSvgViewingPreferred will be false for all the raster pages and true for all the text pages. Text pages that have an overlay image (saved with the image over text feature) should also be viewed using the raster engine and the value of IsSvgViewingPreferred will be 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