Rank: Newbie
Groups: Registered
Joined: 3/2/2023(UTC) Posts: 2
|
I recently upgraded from v4.50 to v4.81.
Previously, I was getting combobox values using the following: control.Field.Options.ToDictionary(x => x.Label, y => y.Value);
I've changed that to: (control.Field as PdfComboBoxField)?.Items.ToDictionary(i => i.Name, i => i.Value);
But I'm finding all values are null and what I expected to be the values are appearing in Name. I am doing something wrong or could this be a bug in Pdfium?
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 1/5/2016(UTC) Posts: 1,104
Thanks: 7 times Was thanked: 129 time(s) in 126 post(s)
|
Hello, Value is the option’s export value to be used when exporting interactive form field data from the document; and the Name is a text to be displayed to the user in the viewer application. If this is not the case for you, please send the PDF document and your code to support@patagames.com
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The Patagames Software Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close