Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip Namespace / ZippedFolder Class / TextEncoding Property


In This Topic
    TextEncoding Property (ZippedFolder)
    In This Topic
    Gets the default text encoding that will be applied to files that are added to the zip folder.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property TextEncoding As TextEncoding
    'Usage
     
    Dim instance As ZippedFolder
    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 folders 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