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 22.0.2023.2.1
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.