|
SVGToStream OCX MethodScope All ProEssentials OCX Interfaces
SVGToStream( nXPixels As Integer, nYPixels As Integer, bCompress As Boolean) As Variant
The SVGToStream method is used primarily within an Active Server Page to produce a dynamically generated SVG image upon page request. To insure image quality, the aspect ratio (width/height) must be between 0.333 and 10.0.
Comments See Also: PNGToStream, JPEGToStream, OCX Methods.
HTML / ASP Example The following is an example of using SVGToStream. The example contains two parts, the first part is an HTML page that references the ASP page, the second part contains the ASP page.
Part1: HTML page references ASP page containing SVGToStream.
Part2: ASP page "mysvg.asp" containing SVGToStream.
|
©2012 Gigasoft, Inc. | All rights reserved. Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |
|