←Select platform

LogFailedOperations Method

Summary

Enables logging of failed operations to the Windows event log.

Syntax
C#
VB
C++
public static void LogFailedOperations( 
   PrintingOperations operations 
) 
Public Shared Sub LogFailedOperations( 
   ByVal operations As PrintingOperations 
) 
public:  
   static void LogFailedOperations( 
      PrintingOperations^ operations 
   ) 

Parameters

operations

Printing operations.

Remarks

This method will enable logging of failed operations to the Windows Event log. To disable logging, pass PrintingOperations.None.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly