DevMode properties  SOLVED

PDF-XChange Drivers API (only) V4/V5
This Forum is for the use of Software Developers requiring help and assistance for Tracker Software's PDF-XChange Printer Drivers SDK (only) - VERSION 4 & 5 - Please use the PDF-Tools SDK Forum for Library DLL assistance.

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

musabio
User
Posts: 22
Joined: Tue Jun 20, 2006 12:22 am

DevMode properties

Post by musabio »

The sample program and a few of these forum posts have reference to a set of DevMode properties, e.g. DevMode.PapSize. But I can find no mention of this in the documentation. It's not clear to me that we need such a feature, as presumably we can access and set all the DEVMODE properties via the Windows API, but it would be nice to have some clarity on this point. (It's disorienting for examples to use undocumented features.)

Thanks,
Jack
User avatar
Stefan - PDF-XChange
Site Admin
Posts: 19913
Joined: Mon Jan 12, 2009 8:07 am

Re: DevMode properties

Post by Stefan - PDF-XChange »

Hello Jack,

The DevMode is the MS one:
DEVMODE structure
And that's why it's not documented separately in our documentation.

Regards,
Stefan
musabio
User
Posts: 22
Joined: Tue Jun 20, 2006 12:22 am

Re: DevMode properties

Post by musabio »

Fair enough.
Thanks,
Jack
User avatar
Stefan - PDF-XChange
Site Admin
Posts: 19913
Joined: Mon Jan 12, 2009 8:07 am

Re: DevMode properties

Post by Stefan - PDF-XChange »

:)