ImageMetadataReader.Save

Save(string)

Save to new file since the original one is locked for changes

public void Save(string fileName)
ParameterTypeDescription
fileNameStringFull name of the destination file

See Also


Save(string, ImageFormat)

Save to new file since the original one is locked for changes

public void Save(string fileName, ImageFormat format)
ParameterTypeDescription
fileNameStringFull name of the destination file
formatImageFormatSpecifies the format for saving

See Also


Save(Stream)

Saving changes to a separate stream

public void Save(Stream stream)
ParameterTypeDescription
streamStreamDestination stream

See Also


Save(Stream, ImageFormat)

Saving changes to a separate stream

public void Save(Stream stream, ImageFormat format)
ParameterTypeDescription
streamStreamDestination stream
formatImageFormatSpecifies the format for saving

See Also