Visit Gigasoft's Web Site
 ProEssentials v9 Help

PEcopyjpegtofile Method

Scope All ProEssentials Interfaces

 

PEcopyjpegtofile (nXPixels As Integer, nYPixels As Integer, szFile As String) As Boolean

 

Parameter

Description

nXPixels

Width in Pixels, value range 32 to 2000

  nYPixels

  Height in Pixels, value range 32 to 2000

szFile

Name of file to create or replace

 

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

 

Comments

See Also: PEcopypngtofile, PEcopybitmaptofile, OCX Methods, PEcopyjpegtofile.

 

This method is a wrapper to the PEcopyjpegtofile DLL call.