Hi, we are receiving the following exception when attempting to create a new object using PdfDocument constructor as shown below
Code: C#
System.Exception: Child field for a PdfRadioButtonField must be of type PdfRadioButtonOption.
at EO.Pdf.PdfRadioButtonField.a.a(PdfField A_0)
at EO.Base.BaseObjectCollection`1.InsertItem(Int32 index, T item)
at EO.Pdf.PdfField.a(ho A_0, PdfField A_1, a97 A_2, a7f A_3)
at EO.Internal.go..ctor(ho A_0, a7f A_1)
at EO.Internal.ho..ctor(PdfDocument A_0, a7f A_1)
at EO.Pdf.PdfDocument..ctor(f6 A_0)
The sourceFilePath is for an existing PDF
Code: C#
PdfDocument pdfDoc = new PdfDocument(sourceFilePath);
I am using version 15.3.78.0. It works for another PDF I have used in the past but for this particular PDF seems to have an issue. I could send you guys the PDF if needed.