New document from image

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

moke@napconet.com
User
Posts: 60
Joined: Fri Oct 24, 2008 5:17 pm

New document from image

Post by moke@napconet.com »

Hello,
Is it possible to call the New Document from image command progmatically?
Thanks
User avatar
John - Tracker Supp
Site Admin
Posts: 5223
Joined: Tue Jun 29, 2004 10:34 am

Re: New document from image

Post by John - Tracker Supp »

Only if using the Vieer ActiveSDK for developers.

HTH
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
Pedro Rocha
User
Posts: 4
Joined: Wed Nov 19, 2008 3:18 pm

Re: New document from image

Post by Pedro Rocha »

Can i get a example of code in vb please?
Corwin - Tracker Sup
User
Posts: 664
Joined: Tue Nov 14, 2006 12:23 pm

Re: New document from image

Post by Corwin - Tracker Sup »

Hi,

Here you go:

Code: Select all

Dim vDataOut As Variant
Call CoPDFXCview1.DoVerb("", "ExecuteCommand", "NewDocumentFromImage", vDataOut, 0)
HTH.