'Declaration Public Shared Property DefaultExtraHeaders As ExtraHeaders
'Usage Dim value As ExtraHeaders ZipArchive.DefaultExtraHeaders = value value = ZipArchive.DefaultExtraHeaders
public static ExtraHeaders DefaultExtraHeaders {get; set;}
Property Value
An ExtraHeaders value representing the extra headers of the items that are added to the zip file. By default, a combination of ExtraHeaders.FileTimes, ExtraHeaders.Unicode, ExtraHeaders.UTF8Filename, and ExtraHeaders.UTF8Comment.