LEADTOOLS Image File Support (Leadtools.Codecs assembly)

IsProgressive Property

Show in webframe







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

 

 


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