'Declaration <DefaultValueAttribute(False)> <BrowsableAttribute(False)> Public Property AlwaysShowTemporaryImage As Boolean
[DefaultValue(False)] [Browsable(False)] public bool AlwaysShowTemporaryImage { get; set; }
Property Value
True - the temporary image, which is loaded using the LoadTemporaryImage(VintasoftImage,Boolean) method, will be always shown in the viewer, i.e. changing of Image property will be ignored;
false - the temporary image, which is loaded using the LoadTemporaryImage(VintasoftImage,Boolean) method, will be shown in the viewer until the image, specified by the Image property, will not be reloaded or changed.
Default value is false.
false - the temporary image, which is loaded using the LoadTemporaryImage(VintasoftImage,Boolean) method, will be shown in the viewer until the image, specified by the Image property, will not be reloaded or changed.
Default value is false.