Quantcast
Channel: Adobe Community: Message List - PDF Forms
Viewing all articles
Browse latest Browse all 57214

Re: Insert an overlay of form fields on top of an existing form

$
0
0

What I am wanting to do is to strikethrough an existing part of the form.  I could put a dummy blank field over the item and use the strikethrough.  I know you can do this manually if you are adding the field to the form in the options tab then type default valuse of ---------

 

This is what I have so far, but it is not striking through the data.

 

var oFirst=this.addField({

    cName: "FIRST", cFieldType: "text", nPageNum: 0, oCoords: [130.09,705.89,213.89,715.66]

})

oFirst.strikethrough = true;


Viewing all articles
Browse latest Browse all 57214

Trending Articles