Save

WmfImage.Save method

Saves this WMF image to the file

public override void Save(string fullPathToFile)
Parameter Type Description
fullPathToFile String Full path to the file, which will be created (if it doesn’t exist) or overwritten (if exists) with the content of this WMF image

See Also