Nevron Open Vision Documentation
Nevron.Nov.Compression Namespace / NZipItem Class / ExtraDataAllowed Property


In This Topic
    ExtraDataAllowed Property
    In This Topic
    Determines whether writing of extra data (a.k.a. extra fields) at the end of the local file header of the ZIP entry is allowed. By default set to true.
    Syntax
    'Declaration
     
    
    Public Property ExtraDataAllowed As System.Boolean
    'Usage
     
    
    Dim instance As NZipItem
    Dim value As System.Boolean
     
    instance.ExtraDataAllowed = value
     
    value = instance.ExtraDataAllowed
    public System.bool ExtraDataAllowed {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also