Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip Namespace / DiskRequiredEventArgs Class / SplitSize Property


SplitSize Property (DiskRequiredEventArgs)
Gets or sets a value representing the size, in bytes, of the next split part to be created in the case where the zip file is being split (not necessarily spanned).
Syntax
'Declaration
 
Public Property SplitSize As Long
 
'Usage
 
Dim instance As DiskRequiredEventArgs
Dim value As Long
 
instance.SplitSize = value
 
value = instance.SplitSize

Property Value

A value representing the size, in bytes, of the next split part to be created in the case where the zip file is being splt (not necessarily spanned ).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also