Accusoft.ImagXpressSdk Namespace > ImageXView Class : Progressive Property |
'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); }
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).