How do I add a library to visual studio namespace

mig_akira

Member
Joined
Nov 19, 2009
Messages
6
Programming Experience
Beginner
Hello everyone.

This is a stupid question, bear in mind I'm a newbie at visual studio and vb.net.

I googled but couldnt find an answer (maybe I was searching the wrong topic).

I downloaded PDFSharp project, in order to try and learn to use a file converter to PDF.

But I just don't know how to add the library to visual studio namespace. There is no pdfsharp.dll in the obj/debug of the project... not even sure if it's this file I should use.

How do I add a library, so that I can import it and use it's methods and stuff?
Thanks!
 
Back
Top