Visit Gigasoft's Web Site
 ProEssentials v9 Help

PEcopypngtofile Method

Scope All ProEssentials Interfaces

 

PEcopypngtofile (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 PNG, 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: PEcopypngtoclipboard, PEcopyjpegtofile, OCX Methods, PEcopypngtofile.

 

This method is a wrapper to the PEcopypngtofile DLL call.