Visit Gigasoft's Web Site
 ProEssentials v11 Help

Gigasoft.ProEssentials.Pesgo.PeFunction.Image Members

BitmapToClipboard

This function places the current image, in the form of a bitmap, into the clipboard. To insure image quality, the aspect ratio (width/height) must be between 0.333 and 10.0.

BitmapToFile

Exports bitmap to file, width and height units are in pixels.

BitmapToImage

Exports bitmap to an Image, width and height units are in pixels.

DpiX

Defines the target DotsPerInch in the horizontal direction. Used within FixedFonts font sizing logic and image export logic. Needed in some instances to achieve consistent or alternative font sizes between multiple printed or exported images.

DpiY

Defines the target DotsPerInch in the vertical direction. Used within FixedFonts font sizing logic and image export logic. Needed in some instances to achieve consistent or alternative font sizes between multiple printed or exported images.

EmfToClipboard

Exports enhanced metafile to clipboard, width and height units are in 1/100th millimeters.

EmfToFile

Exports enhanced metafile to file, width and height units are in 1/100th millimeters.

EmfToStream

Exports enhanced metafile to Stream, width and height units are in 1/100th millimeters.

GetEnhancedMeta

Returns a handle HENHMETAFILE for low level drawing/printing needs.

JpegToClipboard

Exports JPEG to clipboard, width and height units are in pixels.

JpegToFile

Exports JPEG to file, width and height units are in pixels.

JpegToStream

Exports JPEG to a Stream, width and height units are in pixels.

MaxPrintDimension

Hopefully this never needs adjusting but made available just in case. Gets or Sets the maximum print pixel size when printing via prepared bitmap (PrintDpi is non zero).

MaxPrintDimension3dx

Hopefully never needs adjusting but made available just in case. Gets or Sets the maximum print pixel size when printing Direct3D based charts via prepared bitmap (PrintDpi must be non zero).

MetafileToClipboard

Exports metafile to clipboard, width and height units are in 1/100th millimeters.

MetafileToFile

Exports metafile to file, width and height units are in 1/100th millimeters.

PngToClipboard

Exports PNG to clipboard, width and height units are in pixels.

PngToFile

Exports PNG to file, width and height units are in pixels.

PngToStream

Exports PNG to a Stream, width and height units are in pixels.

SvgToFile

Exports SVG to file, width and height units are in pixels. Output can optionally be compressed.

SvgToStream

Exports SVG to a Stream, width and height units are in pixels. Output can optionally be compressed.