Tagged Questions
8
votes
1answer
6k views
Programatically adding Images to RTF Document
I am trying to add a image to a RTF document which I am creating. I would prefer to not use 'copy/paste' methods (that involve pasting the image within a RichTextBox and then accessing the .RTF ...
2
votes
1answer
229 views
KOFAX Bitmap Files : How can I open them?
My C# application receives image files from KOFAX VRS TWAIN driver in TWSX_FILE mode, but neither my own .NET based application nor Windows default image viewer can open these files. However, Adobe ...
1
vote
2answers
182 views
Create empty (0x0) image
I'm trying to figure out a way to create a zero-width, zero-height image which would conform to the standard of whichever format works.
I've already tried the Windows Bitmap (BMP) format (54-byte ...