Method IsvalidOpenFormat
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
IsvalidOpenFormat(string)
Checks if the filename extension is supported for open in VectorDraw.
public bool IsvalidOpenFormat(string filename)
Parameters
filenamestringThe filename to be opened.
Returns
- bool
True if the filename extension is supported for open in VectorDraw.
Remarks
This method is internally called by Open(string) and ImportFromFile(string) methods.
VectorDraw supports open/import to the following extensions: (vdml, vdcl, bmp, gif, jpg, png, tif, ico)
If the extension of the passed filename is different than the above then the OnIsValidOpenFormat event raised.