Enum ResetPageNumberOption
- Namespace
- combit.Reporting
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Options for resetting the page number in the NextCombinationPrintStepEventArgs.
public enum ResetPageNumberOption
Fields
None = 0Page number will not be touched.
PageNumberAndTotalPages = 2Page number will be reset to 1 and the total pages count will be restarted for the next project.
PageNumberOnly = 1Page number will be reset to 1 for the next project.