As far as I know there is no .Net wrapper for the EWF API.
But it is still easy to use the API from a .Net language managed code - just use P/Invoke.
There are billion articles on the Web [MSND, etc.] explaining how to do the P/Invoke but here is one for you: http://msdn.microsoft.com/msdnmag/issues/03/07/NET.