PdfChoiceFieldIndexInOptArray Method Terminal Works - PDF Printing.Net Library
Gets the index of the specified string in the /Opt array or -1, if no such string exists. Value, for which the index should be retrievedtrue if value is the export value, false if value is 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 int IndexInOptArray(
	string value,
	bool useExportValue
)

Parameters

value
Type: SystemString
useExportValue
Type: SystemBoolean

Return Value

Type: Int32
See Also

Reference