PGetPaperSizes

Returns a list of the paper sizes currently available.


Query results

PGetPaperSizes 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.

PGetPaperSizes paperSizes;
if (paperSizes.Count() > 0) { strcmp(>Red>, paperSizes) == 0 }


See also

The PGetPaperSources query

The PPageSize command



Comments or suggestions? Contact Adobe Developer Support
Copyright © 1997 - 2001 Adobe Systems Incorporated. All rights reserved.
Legal notices and trademark attributions