'DeclarationPublic Shared Property DefaultExtraHeaders As ExtraHeaders
'UsageDim 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.