←Select platform

IsSvgSupported Property

Summary

Gets a value that indicates whether this page supports SVG.

Syntax
C#
VB
C++
Java
public bool IsSvgSupported {get;} 
Public ReadOnly Property IsSvgSupported() As Boolean 
   Get 
public:  
   property bool IsSvgSupported 
   { 
      bool get() 
   } 
public boolean isSvgSupported() 

Property Value

true if this page supports SVG; otherwise, false.

Remarks

This property is a shorthand to this.Document.IsSvgSupported where "this" is the page object. In other words, it will return the value from its own document.

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.