Xceed .NET Libraries Documentation
TextEncoding Property (ZippedFile)


Xceed.Zip Assembly > Xceed.Zip Namespace > ZippedFile Class : TextEncoding Property
Gets the default text encoding that will be applied to files that are added to the zip file.
Syntax
'Declaration
 
Public Overridable ReadOnly Property TextEncoding As TextEncoding
'Usage
 
Dim instance As ZippedFile
Dim value As TextEncoding
 
value = instance.TextEncoding
public virtual TextEncoding TextEncoding {get;}

Property Value

A TextEncoding value representing the default text encoding that will be applied to files that are added to the zip file. By default, TextEncoding.Standard.
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

Reference

ZippedFile Class
ZippedFile Members