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.
topFileName
FileName As String (ReadOnly)
The name of the file to be zipped.
topFileSize
FileSize As Int64 (ReadOnly)
The size of the file to be zipped.
top