Pah for "Open/Save as" 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

anovy
User
Posts: 164
Joined: Mon Feb 08, 2010 8:48 am

Pah for "Open/Save as" dialog

Post by anovy »

Hi,
Is there a way how I can programatically change the starting path for the "Open" and "Save as" dialogs?
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2448
Joined: Thu Jun 30, 2005 4:11 pm

Re: Pah for "Open/Save as" dialog

Post by Vasyl - PDF-XChange »

Hi, anovy.

Not for 'Open', but exists for 'Save As' (undocumented):

Code: Select all

SetProperty("Documents.SaveAsDestType", "Custom", 0);
SetProperty("Documents.SaveAsDestCustom", "<YourDestFolderForSaveAs>", 0);
Cheers.
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.