←Select platform

IsSvgSupported Property

Summary

Gets a value that indicates whether this page supports SVG.

Syntax
C#
C++/CLI
Java
Python
public bool IsSvgSupported {get;} 
public:  
   property bool IsSvgSupported 
   { 
      bool get() 
   } 
public boolean isSvgSupported() 
IsSvgSupported # get  (DocumentPage) 

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 22.0.2023.4.21
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.