Inserts a new field into some page of an existing PDF document at the specified position.
Overload List
Inserts a new field into some page of an existing PDF document at the specified position.
public virtual bool AddField(FieldType,string,int,float,float,float,float);
Inserts a new field into some page of an existing PDF document at the specified position with an initial value.
public virtual void AddField(FieldType,string,string,int,float,float,float,float);
See Also
FormEditor Class | Aspose.Pdf.Kit Namespace