←Select platform

IsSvgSupported Property

Summary

Indicates whether this page supports SVG.

Syntax

C#
VB
Java
C++
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 otherwords, it will return the value from its own document.

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