Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSVclSVG > RSSVG > Classes > TSVGDocument > Methods

TSVGDocument.IsValidSVG(Boolean,String) Method

Scroll Prev Top Next More

Returns True if the Text contains a valid SVG

The StrictVerification parameter controls how the text is validated. If false (the default), the function quickly checks if the text contains well-formed XML and has a < svg> node. If true, the function parses the text entirely and sees if there are any errors (much slower but more thorough)

Namespace: RSSVG

Parameters

StrictVerification

Type: Boolean

Text

Type: String

Return Value

Type: Boolean

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb