Accusoft.TwainPro9.Net
Progressive Property (SaveOptionsJpeg)




Gets and sets whether JPEG files are to be saved as standard files or progressive files.
Syntax
'Declaration
 
<DescriptionAttribute("Specifies whether JPEG files are to be saved as standard files or progressive files.")>
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property Progressive As Boolean
'Usage
 
Dim instance As SaveOptionsJpeg
Dim value As Boolean
 
instance.Progressive = value
 
value = instance.Progressive
[Description("Specifies whether JPEG files are to be saved as standard files or progressive files.")]
[DefaultValue()]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public bool Progressive {get; set;}
[Description("Specifies whether JPEG files are to be saved as standard files or progressive files.")]
[DefaultValue()]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property bool get_Progressive();
public: __property void set_Progressive( 
   bool value
);
[Description("Specifies whether JPEG files are to be saved as standard files or progressive files.")]
[DefaultValue()]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
property bool Progressive {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to save as standard. Otherwise, false should be used to save as progressive.
Remarks

The default value is false.

See Also

Reference

SaveOptionsJpeg Class
SaveOptionsJpeg Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback