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