(Leadtools.Controls)

NewImageResetOptions Property

Show in webframe





Gets or sets a value that determines which properties to reset when a new image is set into the viewer.
Syntax
public ImageViewerNewImageResetOptions NewImageResetOptions {get; set;}
Public Property NewImageResetOptions As ImageViewerNewImageResetOptions
public ImageViewerNewImageResetOptions NewImageResetOptions {get; set;}
@property (nonatomic) LTImageViewerResetOptions resetOptions;
public int getNewImageResetOptions()
public void setNewImageResetOptions(int options)
            
 
get_NewImageResetOptions();
set_NewImageResetOptions(value);
Object.defineProperty('NewImageResetOptions');

Property Value

An ImageViewerNewImageResetOptions value that determines the properties to reset when a new image is set into the viewer. The default value is ImageViewerNewImageResetOptions.All.
Remarks

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.

Example
For an example, refer to RasterImageViewer.
Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.