BCGControlBar Pro for MFC
BOOL CBCGPSVGImage::ExportToFile ( const CString &  strFilePath,
double  dblScale = 1.0,
double  dblScaleVert = 0.0 
)

Exports SVG image to file.

Parameters
strFilePathFull pathname of the file.
dblScaleSpecifies the scale. The default scale is 1.0 (100%).
dblScaleVertSpecifies the vertical scale. The default scale is 0.0 (the horizontal scale is used).
Returns
TRUE if it succeeds, FALSE if it fails.