Gets an indicator which determines if the current image is a progressive scan image.
public bool Progressive {get;}
public: __property bool get_Progressive();
public:
property bool Progressive {
bool get();
}
'Declaration
Public ReadOnly Property Progressive As Boolean
'Usage
Dim instance As ImageXData
Dim value As Boolean
value = instance.Progressive
Property Value
A boolean value which is
true if the current image is progressive. Otherwise,
false is returned.