Accusoft.ImagXpress13.Net
Progressive Property (ImageXView)




Gets and sets an indication if images are displayed progressively.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DescriptionAttribute("Enables/disables viewing an image progressively.")>
<BrowsableAttribute(False)>
Public Property Progressive As Boolean
'Usage
 
Dim instance As ImageXView
Dim value As Boolean
 
instance.Progressive = value
 
value = instance.Progressive
[DefaultValueAttribute()]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DescriptionAttribute("Enables/disables viewing an image progressively.")]
[BrowsableAttribute(false)]
public bool Progressive {get; set;}
[DefaultValueAttribute()]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DescriptionAttribute("Enables/disables viewing an image progressively.")]
[BrowsableAttribute(false)]
public: __property bool get_Progressive();
public: __property void set_Progressive( 
   bool value
);
[DefaultValueAttribute()]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DescriptionAttribute("Enables/disables viewing an image progressively.")]
[BrowsableAttribute(false)]
public:
property bool Progressive {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true when the image is displayed progressively. Otherwise, false is returned.
Remarks

The default value is false.

Progressive viewing can be useful if loading is expected to take a long time (e.g. remote loading of a large, highly compressed file).

See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback