Search found 1 match

by nathand
Wed Apr 29 2009
Forum: C/C++/C# Community
Topic: How to add BitmapData (graphic as byte array) to PDF
Replies: 1
Views: 11023

How to add BitmapData (graphic as byte array) to PDF

Following the examples in the docs, I can add a graphic to a PDF that I'm creating by setting the "FileName" attribute to a jpg on disk: oPicture.Attribute("FileName").Value = @"c:\temp\test2.jpg"; However, when I use the "BitmapData" attribute, and set it to ...