ChartDirector 7.1 (.NET Edition)

DrawArea.loadJPG


Usage

[C#]public bool loadJPG(string filename);
[VB]Public Function loadJPG(filename As String) As Boolean

Description

Load a JPG image or resource into the current DrawArea, replacing any existing content.

Arguments

ArgumentDefaultDescription
filename(Mandatory)The pathname of the image file or resource. Please refer to Path Specification on how ChartDirector interprets pathnames.

Return Value

A true value indicates no error. A false value indicates the operation is unsuccessful.