combit List & Label 30 - .NET Help
combit.Reporting Namespace / DrawProjectHandler Delegate


DrawProjectHandler Delegate

With the help of this event, you can print additional drawings and elements for label and card projects. This allows customized printing. For instance, you can apply a watermark from your product's demo version to each print out.

Syntax
'Declaration
 
Public Delegate Sub DrawProjectHandler( _
   ByVal sender As Object, _
   ByVal e As DrawProjectEventArgs _
) 
 

Parameters

sender
e
Example

 

Requirements

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

See Also