Gets and sets if an image file is saved in standard or progressive format.
'Declaration
Public Property Progressive As Boolean
'Usage
Dim instance As SaveOptionsJpeg
Dim value As Boolean
instance.Progressive = value
value = instance.Progressive
public bool Progressive {get; set;}
public: __property bool get_Progressive();
public: __property void set_Progressive(
bool value
);
public:
property bool Progressive {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true to save in progressive format. Otherwise,
false should be used.