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
Properties value are not changed once you change control's state on Print dialog. These changes will be applied when your press "Print" button on the "Print dialog".
You can get these new values handling printing event (https://help.pdf-xchange.com/DEV/de ... ions_print).
PDF-XChange Co Ltd. (Project Director)
When attaching files to any message - please ensure they are archived and posted as a .ZIP, .RAR or .7z format - or they will not be posted - thanks.
Ivan - Tracker Software wrote:Properties value are not changed once you change control's state on Print dialog. These changes will be applied when your press "Print" button on the "Print dialog".
You can get these new values handling printing event (https://help.pdf-xchange.com/DEV/de ... ions_print).
Hi. I understood your answer. then check value "Selected Page" And "Current View" From "Page Range".
but.. How do i getting user select value in printing event?
i want to know "User is Select Value From Print Range".
I do not believe there is a notification for capturing the user input in this print dialogue. So you can try to capture the event when the user begins printing - and instead of showing the Viewer window, show your custom one. Capture all the settings the user inputs and then pass them via code to initiate the printing process.