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


In This Topic
    SplitSize Property (ZipArchive)
    In This Topic
    Gets or sets the size, in bytes, that each split zip file part will have when the zip file is created or the next time it is updated.
    Syntax
    'Declaration
     
    Public Property SplitSize As Long
    'Usage
     
    Dim instance As ZipArchive
    Dim value As Long
     
    instance.SplitSize = value
     
    value = instance.SplitSize
    public long SplitSize {get; set;}

    Property Value

    A value representing the the size, in bytes, that each split zip file part will have when the zip file is created or the next time it is updated.
    Remarks

    The DiskRequired event can be used to change the size of each split part.

    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