Pages

Sunday, August 22, 2010

Interop with COM and Win32

Example Setting a property on the control

public Form1()
{
InitializeComponent();
string pdf = "http://www.interact-sw.co.uk/downloads/ExamplePdf.pdf";
pdfAxCtl.src = pdf;
}

No comments:

Post a Comment