| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property IsProgressive As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool IsProgressive {get;} | |
Return Value
true if the JPEG image is progressive; otherwise false.For an example, refer to CodecsImageInfo.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code