←Select platform

DocumentProgressEventArgs Class

Summary

Provides data for the DocumentWriter.Progress event.

Syntax

C#
VB
Java
WinRT C#
C++
public class DocumentProgressEventArgs : EventArgs 
Public Class DocumentProgressEventArgs  
   Inherits System.EventArgs 
public sealed class DocumentProgressEventArgs : System.EventArgs  
public class DocumentProgressEvent extends LeadEvent 
function Leadtools.Forms.DocumentWriters.DocumentProgressEventArgs() 
public ref class DocumentProgressEventArgs : public System.EventArgs  

Remarks

The DocumentWriter.Progress event allows you to monitor the progress of a document writer operation as well as cancel the operation if required. This event occur when calling the following methods of the DocumentWriter class:

The DocumentProgressEventArgs class contains the following:

Example

For an example, refer to DocumentWriter.Progress.

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.Forms.DocumentWriters Assembly