CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
print_range.h
1
2#ifndef _aspose_system_drawing_printing_print_range_h_
3#define _aspose_system_drawing_printing_print_range_h_
4
5namespace System { namespace Drawing { namespace Printing {
7 enum class PrintRange
8 {
10 AllPages = 0x00000000,
12 Selection = 0x00000001,
14 SomePages = 0x00000002,
16 CurrentPage = 0x00400000
17 };
18
19}}}
20
21#endif
PrintRange
Specifies what pages are printed.
Definition: print_range.h:8
@ SomePages
Print pages from the specified range.
@ Selection
Print selected pages.
@ CurrentPage
Print currently displayed page.
Definition: db_command.h:9