Setting System.Drawing.Color through COM. Interop

Posted by user58909 on Stack Overflow See other posts from Stack Overflow or by user58909
Published on 2010-05-29T10:23:00Z Indexed on 2010/05/29 10:32 UTC
Read the original article Hit count: 293

Filed under:
|

I am trying to use Aspose.Words library through COM Interop. There is one critical problem: I cannot set color. It is supposed to work by assigning to DocumentBuilder.Font.Color, but when I try to do it I get OLE error 0x80131509. My problem is pretty much like this one: http://bit.ly/cuvWfc

© Stack Overflow or respective owner

Related posts about c#

Related posts about com