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

Show in webframe

IsProgressive Property








Determines whether the image is progressive.
Syntax
public bool IsProgressive {get;}
'Declaration
 
Public ReadOnly Property IsProgressive As Boolean
'Usage
 
Dim instance As CodecsJpegImageInfo
Dim value As Boolean
 
value = instance.IsProgressive
public bool IsProgressive {get;}
@property (nonatomic, assign, readonly) BOOL isProgressive
public boolean isProgressive()
 get_IsProgressive(); 
public:
property bool IsProgressive {
   bool get();
}

Property Value

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

Target Platforms

See Also

Reference

CodecsJpegImageInfo Class
CodecsJpegImageInfo Members
Controlling Progressive Loads and Saves

Error processing SSI file