GetPictureTypes

<< Click to Display Table of Contents >>

Navigation:  Picture Functions >

GetPictureTypes

Previous pageReturn to chapter overviewNext page

Returns a string with the file name extensions of all supported file-formats.

method string VPE.GetPictureTypes( )

Returns:

A list of picture types of the following form:

"*.WMF;*.BMP;*.TIF;*.JPG;*.PCX;*.TIF"

Example:

string s

s = Doc.GetPictureTypes()

 

 

See also:

"Pictures" in the Programmer's Manual