Show the document properties dialog

PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)

Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange

anti_g
User
Posts: 22
Joined: Thu Apr 02, 2009 9:55 am

Show the document properties dialog

Post by anti_g »

Hi,

is it possible to show the Document Properties dialog programmatically?

Thanks,
Anton.
ugradedeveloper
User
Posts: 223
Joined: Wed Aug 22, 2007 4:40 pm

Re: Show the document properties dialog

Post by ugradedeveloper »

anti_g wrote:Is it possible to show the Document Properties dialog programmatically?
This is simplified C# code:

object vDataOut;
DoVerb(null, "ExecuteCommand", "DocumentProperties", out vDataOut, 0);
anti_g
User
Posts: 22
Joined: Thu Apr 02, 2009 9:55 am

Re: Show the document properties dialog

Post by anti_g »

Thanks, ugradedeveloper, it works fine.

Anton.
User avatar
John - Tracker Supp
Site Admin
Posts: 5223
Joined: Tue Jun 29, 2004 10:34 am

Re: Show the document properties dialog

Post by John - Tracker Supp »

Pleased you got there and thanks Upgrade...

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
ugradedeveloper
User
Posts: 223
Joined: Wed Aug 22, 2007 4:40 pm

Re: Show the document properties dialog

Post by ugradedeveloper »

Happy to share what little knowledge I have.. :)
User avatar
John - Tracker Supp
Site Admin
Posts: 5223
Joined: Tue Jun 29, 2004 10:34 am

Re: Show the document properties dialog

Post by John - Tracker Supp »

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