v4 is compatible with v3. All code written against v3 will compile against v4 except for few removed/deprecated API. Listed below are the details of deprecated/removed types and suggested replacements:
- There is no .NET framework specific DLL, and we support NetStandard2.0 and above. (v4.01)
- Removed DrawToBitmap method, instead get the image as byte array and use it as needed. (v4.01)
- Removed RGBA color format support for TIFF image. (v4.01)
- Removed DrawToMultiPageTiff method that takes Stream, instead use the DrawToMultiPageTiff that returns byte array. (v4.01)
- Removed BitmapColorFormat. (v4.01)