mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-22 20:13:58 +08:00
add multi targeting frameworks in the same project for net 4.5 through net 7.0 and net standard 2.0
This commit is contained in:
@@ -229,7 +229,7 @@
|
||||
|
||||
private AcroFieldBase GetChoiceField(DictionaryToken fieldDictionary, NameToken fieldType, uint fieldFlags, AcroFieldCommonInformation information)
|
||||
{
|
||||
var selectedOptions = Array.Empty<string>();
|
||||
var selectedOptions = EmptyArray<string>.Instance;
|
||||
if (fieldDictionary.TryGet(NameToken.V, out var valueToken))
|
||||
{
|
||||
if (DirectObjectFinder.TryGet(valueToken, tokenScanner, out StringToken valueString))
|
||||
|
Reference in New Issue
Block a user