Programatically check box

The PDF Creator .NET Library enables you to create secure PDF documents on the fly and to view, print and process existing PDF documents. If you have any questions about PDF Creator .Net, please post them here.
Post Reply
hreith
Posts: 12
Joined: Thu Dec 08 2005

Programatically check box

Post by hreith »

How do you programatically check a checkbox on a form? If I know the Object is a checkbox, how do I check it?
beandog
Posts: 33
Joined: Wed Dec 14 2005

Value property

Post by beandog »

Set the Value property on the object to 1 or 0:

PDF.put_ObjectAttribute("CheckBoxObject1", "Value", COleVariant(CString("1")));



Ben Dilts
Post Reply