isSvgSupported Property

Summary

Indicates whether this page supports SVG.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentPage.prototype, 'isSvgSupported', 
	get: function() 
) 
TypeScript Syntax
isSvgSupported: boolean; // read-only 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly