Image.SaveAdd

SaveAdd(EncoderParameters)

Adds a frame to the file or stream specified in a previous call to the one of Image.Save(…) methods. Use this method to save selected frames from a multiple-frame image to another multiple-frame image.

public void SaveAdd(EncoderParameters encoderParams)
ParameterTypeDescription
encoderParamsEncoderParametersAn EncoderParameters that holds parameters required by the image encoder that is used by the save-add operation.

See Also


SaveAdd(Image, EncoderParameters)

Adds a frame to the file or stream specified in a previous call to the one of Image.Save(…) methods.

public void SaveAdd(Image image, EncoderParameters encoderParams)
ParameterTypeDescription
imageImageAn Image that contains the frame to add.
encoderParamsEncoderParametersAn EncoderParameters that holds parameters required by the image encoder that is used by the save-add operation.

See Also