Searched defs:gx_device_win_pr2_s (Results 1 – 1 of 1) sorted by relevance
166 struct gx_device_win_pr2_s { struct169 HDC hdcprn;170 bool nocancel;172 int doc_page_begin; /* first page number in document */173 int doc_page_end; /* last page number in document */174 int user_page_begin; /* user's choice: first page to print */175 int user_page_end; /* user's choice: last page to print */176 int user_copies; /* user's choice: number of copies */177 int print_copies; /* number of times GS should print each page */178 float user_media_size[2]; /* width/height of media selected by user */[all …]