Xceed .NET Libraries Documentation
Xceed.GZip Assembly / Xceed.GZip Namespace / GZippedFile Class / IsTextFile Property


IsTextFile Property (GZippedFile)
Gets or sets a boolean value indicating whether the file is a text file.
Syntax
'Declaration
 
Public Property IsTextFile As Boolean
 
'Usage
 
Dim instance As GZippedFile
Dim value As Boolean
 
instance.IsTextFile = value
 
value = instance.IsTextFile

Property Value

true if the file is a text file; false otherwise.
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