Checkbox Border

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF CoreSuite for .NET (v5)  /  Checkbox Border

DynamicPDF CoreSuite for .NET (v5) Forum

 Feb 28 2014 12:39 AM
Hi,
I want to set the border of the checkbox thin. Below is the code:

checkBox = new CheckBox(checkBoxName, 0, 0, 20f, 20f);
checkBox.DefaultChecked = true;
checkBox.ReadOnly = true;
checkBox.BorderStyle.SetThin();
checkBox.BorderStyle = BorderStyle.Solid;

However, it does not work. The border is still thick.
Can you tell me what am I missing.
 Mar 03 2014 11:11 AM
Posted by a ceTe Software moderator
Hello,

Can you please send over the following details to our support team so that they can look into it further?

1.Output PDF.
2.Exact version and build number of the DynamicPDF DLL file. You can get his information using the Visual Studio References properties (Description) of the DynamicPDF DLL file.

Thanks,
ceTe Software Support Team.

All times are US Eastern Standard time. The time now is 2:57 AM.