Xceed .NET Libraries Documentation
IsTextFile Property (GZippedFile)


Xceed.GZip Assembly > Xceed.GZip Namespace > GZippedFile Class : IsTextFile Property
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
public bool IsTextFile {get; set;}

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

Reference

GZippedFile Class
GZippedFile Members