Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

IsCompressed Property








Determines whether the image is compressed.
Syntax
public bool IsCompressed {get;}
'Declaration
 
Public ReadOnly Property IsCompressed As Boolean
'Usage
 
Dim instance As CodecsFaxImageInfo
Dim value As Boolean
 
value = instance.IsCompressed
public bool IsCompressed {get;}
@property (nonatomic, assign, readonly) BOOL isCompressed
public boolean isCompressed()
 get_IsCompressed(); 
public:
property bool IsCompressed {
   bool get();
}

Property Value

true if the image is compressed; false, otherwise.
Example
For an example, refer to CodecsImageInfo.
Requirements

Target Platforms

See Also

Reference

CodecsFaxImageInfo Class
CodecsFaxImageInfo Members
Speeding Up 1-Bit Documents

Error processing SSI file