Field
Overview
Field is a type in Aspose.PDF FOSS for Go.
Field is the common interface implemented by every concrete form field type (TextBoxField, CheckboxField, RadioButtonField, etc.).
This type represents a value type in the Aspose.PDF FOSS for Go type system and is used with other exported types in the package.
It is part of the public API exposed by the pdf package and can be passed to or returned from functions and methods that work with Field values in your Go application.