←Select platform

PdfCompressorWriteAsyncCompletedEventArgs Constructor

Summary

Initializes a new PdfCompressorWriteAsyncCompletedEventArgs class instance with default parameters.

Syntax

C#
C++/CLI
Python
public PdfCompressorWriteAsyncCompletedEventArgs( 
   Stream stream, 
   string fileName, 
   Exception error, 
   bool cancelled, 
   object userState 
) 
public:  
   PdfCompressorWriteAsyncCompletedEventArgs(Stream^ stream, String^ fileName, Exception^ error, bool cancelled, Object^ userState) 
__init__(self,stream,fileName,error,cancelled,userState) # Overloaded constructor 

Parameters

stream

The Stream value.

fileName

The file name string value

error

The error Exception value.

cancelled

The cancelled bool value.

userState

The use state object value.

Requirements

Target Platforms

See Also

PdfCompressorWriteAsyncCompletedEventArgs Class

PdfCompressorWriteAsyncCompletedEventArgs Members

Leadtools.PdfCompressor Namespace

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

Leadtools.PdfCompressor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.