PGetPaperSources

Returns a list of the paper sources (manual feed and paper trays) currently available.


Query results

PGetPaperSources is a subclass of PListQuery. This query returns a list of C strings. Make sure that PListQuery::Count() > 0 before referencing these names.

const char * sName;

Name of paper source.
Example.

PGetPaperSources paperSrc;
char ch[100]; if (paperSrc.Count() > 0) strcpy(ch, paperSrc;


See also


The PGetPaperSizes query

The PPrintPaperPS command



Copyright © 1996, Adobe Systems Incorporated. All rights reserved.

Comments or suggestions? Contact Adobe Developer Support