'Declaration
Public Event NextCombinationPrintStep As EventHandler(Of NextCombinationPrintStepEventArgs)
public event EventHandler<NextCombinationPrintStepEventArgs> NextCombinationPrintStep
public: event EventHandler<NextCombinationPrintStepEventArgs^>^ NextCombinationPrintStep
The event handler receives an argument of type NextCombinationPrintStepEventArgs containing data related to this event. The following NextCombinationPrintStepEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Index | Index (0...n) of the project that is about to be printed. |
JobData | Additional job data identifier that might be available if the corresponding syntax "JOB=" was used in the AutoProjectFile string that triggered the combination print. |
ProjectFileName | File name/Repository ID of the project that is about to be printed. |
ResetPageNumberOption | Allows to reset the page number or page number and total pages count for the print step. |
The specified projects for the table of contents (TOC), index (IDX) or reverse side (GTC) are not explicitly called up in this event. The evaluation sequence and the time of execution of these project types is managed internally.
Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9