LEADTOOLS Image File Support (Leadtools.Codecs assembly)

IsCompressed Property

Show in webframe







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 class CodecsFaxImageInfo
 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.