Visit Gigasoft's Web Site
 ProEssentials v9 Help

SVGToStream OCX Method

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

 

Parameter

Description

nXPixels

Width in Pixels, value range 32 to 2000

nYPixels

Height in Pixels, value range 32 to 2000

bCompress