Table of Contents

Enum ResetPageNumberOption

Namespace
combit.Reporting
Assembly
combit.ListLabel31.CrossPlatform.dll

Options for resetting the page number in the NextCombinationPrintStepEventArgs.

public enum ResetPageNumberOption

Fields

None = 0

Page number will not be touched.

PageNumberAndTotalPages = 2

Page number will be reset to 1 and the total pages count will be restarted for the next project.

PageNumberOnly = 1

Page number will be reset to 1 for the next project.