Accusoft.TwainPro9.Net
Progressive Property (SaveOptionsPdf)




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

Property Value

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

The default value is false.

See Also

Reference

SaveOptionsPdf Class
SaveOptionsPdf Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback