PdfChoiceFieldValueInOptArray Method Terminal Works - PDF Printing.Net Library
Gets the value or the display text from the index in the /Opt array. Index of the value that should be retrievedtrue to get the export value, false to get the text shown in the UI

Namespace: PdfEdit.Pdf.AcroForms
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

protected string ValueInOptArray(
	int index,
	bool useExportValue
)

Parameters

index
Type: SystemInt32
useExportValue
Type: SystemBoolean

Return Value

Type: String
See Also

Reference