ToBeZippedEventArgs VB.NET Reference Documentation

ToBeZippedEventArgs

Current Version: 9.5.0.72

Provides data for the OnToBeZipped event.

Properties

Exclude
Exclude As Boolean

Set to True to exclude the file from being zipped.

top
FileName
FileName As String (ReadOnly)

The name of the file to be zipped.

top
FileSize
FileSize As Int64 (ReadOnly)

The size of the file to be zipped.

top