ImageMetadataReader.SetImageSize

ImageMetadataReader.SetImageSize method

Saving the EXIF ImageWidth and ImageHeight tags, adding or overwriting the data.

public void SetImageSize(int width, int height)
ParameterTypeDescription
widthInt32The width.
heightInt32The height.

See Also