Initializes a new PdfCompressorWriteAsyncCompletedEventArgs class instance with default parameters.
public PdfCompressorWriteAsyncCompletedEventArgs(
Stream stream,
string fileName,
Exception error,
bool cancelled,
object userState
)
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.
PdfCompressorWriteAsyncCompletedEventArgs Class