Hello,
I was reading through the PDF help file, and I was wondering if there is an opposite command for "HilightFormFields" (33018).
In our program we want to make a checkbox to allow the user to highlight all of the fields on the form, and if they uncheck the box, then we want to undo the highlighting... but as I was reading in the help file, I didn't see a command that does this outright? I could have missed it, but do you have a command that does that?
Thanks for all the help!
Unhighlighting fields?
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
-
- Site Admin
- Posts: 2449
- Joined: Thu Jun 30, 2005 4:11 pm
Re: Unhighlighting fields?
The command "HilightFormFields" toggles highlighting of form-fields.
You can use this command for hide/show highlight of form-fields.
In next build we will to add approved way to highlight of form-fields.
Possible as:
SetProperty("Document::<Item>.Form.HighlightFields.Visible", true|false);
SetProperty("Document::<Item>.Form.HighlightFields.Mask", <FieldsMask>);
...
New build will be available today or tomorrow.
You can use this command for hide/show highlight of form-fields.
In next build we will to add approved way to highlight of form-fields.
Possible as:
SetProperty("Document::<Item>.Form.HighlightFields.Visible", true|false);
SetProperty("Document::<Item>.Form.HighlightFields.Mask", <FieldsMask>);
...
New build will be available today or tomorrow.
PDF-XChange Co. LTD (Project Developer)
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
-
- Site Admin
- Posts: 5223
- Joined: Tue Jun 29, 2004 10:34 am
Re: Unhighlighting fields?
If posting files to this forum - you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded - thank you.
Best regards
Tracker Support
http://www.tracker-software.com
Best regards
Tracker Support
http://www.tracker-software.com