Contents

fields

Returns an array of fields associated with the reset action.

Declaration

var fields: [String]? { get set }

Return Value

An array of NSString objects that corresponds to the fieldNames property of widget annotations (such as PDFAnnotationButtonWidget) on the PDF page. This method can return NULL.

See Also

Related Documentation