Visit Gigasoft's Web Site
 ProEssentials v9 Help

RenderedImageType

Scope

PegoWeb, PesgoWeb, Pe3doWeb, PepsoWeb, PepcoWeb

Type

enum RenderedImageType
{
    Png = 0,
    Jpeg = 1,

    Svg = 2,
    Emf = 3,
}

Default

Png

.NET

RenderedImageType

Ocx|Vcl

NA

DLL

NA

 

Purpose

Controls whether a PNG or JPG is rendered when RenderingType is set to BinaryImageStream.

 

.NET Gigasoft.Enums.

 

RenderingType.

Description

Png

When RenderingType is set to BinaryImageStream, output is formatted/rastered as a PNG pixel based image. Units are in pixels and generally taken from the controls current size on webform.

Jpeg

When RenderingType is set to BinaryImageStream, output is formatted/rastered as a JPEG pixel based image. Units are in pixels and generally taken from the controls current size on webform.

Svg

When RenderingType is set to BinaryImageStream, output is formatted as an SVG vector based image. Within ProEssentials, the SVG format is best used as an efficient static image format as file sizes are generally small and there is little ability to manipulate SVG sub sections dynamically. Printed output also has potential to be high quality. A 3rd party viewer/add-in may be necessary. Units are in pixels and generally taken from the controls current size on webform.

Emf

When RenderingType is set to BinaryImageStream, output is formatted as an EMF vector based imaged. The EMF format is best used as an efficient static image format as file sizes are small when EmfType = Gdi or GdiPlus. Printed output also has potential to be high quality while file size (bandwidth) is minimal. Since units are in 1/100th millimeters, you will need to set the Width and Height properties (ie PegoWeb1.Width = 15000) within the Page_Load event along with passing data and general initialization of chart.

 

Comments

RenderedImageType members of PegoWeb, PesgoWeb, Pe3doWeb, PepsoWeb, PepcoWeb

 

See Also: ImageUrl, CodebaseUrl, RenderingType, VB.NET Walk-Through