Visit Gigasoft's Web Site
 ProEssentials v9 Help

SvgToStream

Scope

Pego, Pesgo, Pe3do, Pepso, Pepco

 

public System.IO.MemoryStream PeFunction.Image.SvgToStream ( int width, int height, boolean bCompress )

Parameter

Description

width

Width in pixels, 32 to 2000.

height

Height in pixels, 32 to 2000.

bCompress

True to compress output.

 

This function exports the current image in the form of a MemoryStream object containing bits to a SVG image. To insure image quality, the aspect ratio (width/height) must be between 0.333 and 10.0.

 

Returns

A System.IO.MemoryStream object.

 

Comments

PeFunction.Image.SvgToStream members of Pego.PeFunction.Image, Pesgo.PeFunction.Image, Pe3do.PeFunction.Image, Pepso.PeFunction.Image, Pepco.PeFunction.Image

 

See Also. Gigasoft.ProEssentials.Api.PEcopysvgtohglobal