'Declaration Public Function New( _
ByVal documentParent PDF document.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal displayedValueDisplayed value of item.As System.String, _
ByVal exportedValueExported value of item.As System.String _
)
public PdfInteractiveFormChoiceFieldExtendedItem(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.String displayedValue,
System.String exportedValue
)
public: PdfInteractiveFormChoiceFieldExtendedItem(
Vintasoft.Imaging.Pdf.PdfDocument* document,
System.String displayedValue,
System.String exportedValue
)
public:
PdfInteractiveFormChoiceFieldExtendedItem(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
System.String displayedValue,
System.String exportedValue
)
Parameters
- document
- Parent PDF document.
- displayedValue
- Displayed value of item.
- exportedValue
- Exported value of item.