←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly