Gets or sets a value that determines which properties to reset when a new image is set into the viewer.
public Leadtools.Controls.ImageViewerNewImageResetOptions NewImageResetOptions {get; set;}
Public Property NewImageResetOptions As Leadtools.Controls.ImageViewerNewImageResetOptions
public Leadtools.Controls.ImageViewerNewImageResetOptions NewImageResetOptions {get; set;}
@property (nonatomic, assign) LTImageViewerNewImageResetOptions newImageResetOptions
public int getNewImageResetOptions()
public void setNewImageResetOptions(int options)
get_NewImageResetOptions();
set_NewImageResetOptions(value);
Object.defineProperty('NewImageResetOptions');
An ImageViewerNewImageResetOptions value that determines the properties to reset when a new image is set into the viewer. The default value is ImageViewerNewImageResetOptions.All.
You can use this property to control which of the display properties of the controls resets back to its default value when a new image is set or when the user changes ImageSize directly.
For an example, refer to RasterImageViewer.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET