<< Click to Display Table of Contents >> GetPictureTypes |
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()
"Pictures" in the Programmer's Manual