Accusoft.ImagXpressSdk Namespace > ImageXView Class : Progressive Property |
'Declaration <DescriptionAttribute("Enables/disables viewing an image progressively.")> <BrowsableAttribute(False)> <DefaultValueAttribute()> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Property Progressive As Boolean
'Usage Dim instance As ImageXView Dim value As Boolean instance.Progressive = value value = instance.Progressive
[Description("Enables/disables viewing an image progressively.")] [Browsable(false)] [DefaultValue()] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public bool Progressive {get; set;}
[Description("Enables/disables viewing an image progressively.")] [Browsable(false)] [DefaultValue()] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: __property bool get_Progressive(); public: __property void set_Progressive( bool value );
[Description("Enables/disables viewing an image progressively.")] [Browsable(false)] [DefaultValue()] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: property bool Progressive { bool get(); void set ( bool value); }
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).