isSvgSupported Property (DocumentPage)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents Assembly
Click or drag to resize