isSvgSupported Property

Summary

Indicates whether this page supports SVG.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentPage.prototype, 'isSvgSupported', 
   get: function() 
) 
readonly isSvgSupported: boolean; 

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

Leadtools.Document Assembly

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