Accusoft.ImagXpress13.Net
Progressive Property (SaveOptionsJpeg)




Gets and sets if an image file is saved in standard or progressive format.
Syntax
'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.
See Also

Reference

SaveOptionsJpeg Class
SaveOptionsJpeg Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback