Package com.ironsoftware.ironpdf.form
Class ImageField
- java.lang.Object
-
- com.ironsoftware.ironpdf.form.FormField
-
- com.ironsoftware.ironpdf.form.ImageField
-
public class ImageField extends FormField
-
-
Constructor Summary
Constructors Constructor Description ImageField(int annotationIndex, String name, int pageIndex, double x, double y, double width, double height, String value, boolean readOnly)
(INTERNAL) Please Get ImageField fromFormFieldsSet.getImageFields()
fromFormManager.getFields()
-
Method Summary
-
Methods inherited from class com.ironsoftware.ironpdf.form.FormField
getAnnotationIndex, getHeight, getName, getPageIndex, getType, getValue, getWidth, getX, getY, isReadOnly
-
-
-
-
Constructor Detail
-
ImageField
public ImageField(int annotationIndex, String name, int pageIndex, double x, double y, double width, double height, String value, boolean readOnly)
(INTERNAL) Please Get ImageField fromFormFieldsSet.getImageFields()
fromFormManager.getFields()
-
-