Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip Namespace / ZippedFile Class / UnicodeUsagePolicy Property


In This Topic
    UnicodeUsagePolicy Property (ZippedFile)
    In This Topic
    Gets the default Unicode usage policy that will be applied to files that are added to the zip file.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property UnicodeUsagePolicy As UnicodeUsagePolicy
    'Usage
     
    Dim instance As ZippedFile
    Dim value As UnicodeUsagePolicy
     
    value = instance.UnicodeUsagePolicy
    public virtual UnicodeUsagePolicy UnicodeUsagePolicy {get;}

    Property Value

    A UnicodeUsagePolicy value representing the default Unicode usage policy that will be applied to files that are added to the zip file.
    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