getOption Method |
Gets a PdfOption Class representing an option of this ComboField or ListField.
function getOption(index);
index
Type: Integer The zero-based index of an option in this PdfObject Class.Type: PdfOption Class
A new PdfOption Class instance if the operation completed successfully; otherwise, null.This method must only be called on objects where the getType Method is a ComboField or ListField.