Hi,
is it possible to show the Document Properties dialog programmatically?
Thanks,
Anton.
Show the document properties dialog
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
-
- User
- Posts: 223
- Joined: Wed Aug 22, 2007 4:40 pm
Re: Show the document properties dialog
This is simplified C# code:anti_g wrote:Is it possible to show the Document Properties dialog programmatically?
object vDataOut;
DoVerb(null, "ExecuteCommand", "DocumentProperties", out vDataOut, 0);
-
- User
- Posts: 22
- Joined: Thu Apr 02, 2009 9:55 am
Re: Show the document properties dialog
Thanks, ugradedeveloper, it works fine.
Anton.
Anton.
-
- Site Admin
- Posts: 5223
- Joined: Tue Jun 29, 2004 10:34 am
Re: Show the document properties dialog
Pleased you got there and thanks Upgrade...
Help always appreciated !
Help always appreciated !
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
-
- User
- Posts: 223
- Joined: Wed Aug 22, 2007 4:40 pm
Re: Show the document properties dialog
Happy to share what little knowledge I have.. 

-
- Site Admin
- Posts: 5223
- Joined: Tue Jun 29, 2004 10:34 am
Re: Show the document properties dialog
in the land of the blind - the one eyed man is king as they say ! 

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