Save

EmfImage.Save method

Saves this EMF 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 EMF image

See Also