VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewerImagesManager Class
Constructors Properties Methods Events SeeAlso
In This Topic
WpfImageViewerImagesManager Class Members
In This Topic
The following tables list the members exposed by WpfImageViewerImagesManager.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the WpfImageViewerImagesManager class.
Public Properties
 NameDescription
Public PropertyGets the image collection.
Public PropertyGets or sets the timeout, in milliseconds, which defines how long should decoder retrieve information about images from source before adding images to the image collection. (Inherited from ImageCollectionManager)
Public PropertyGets or sets a value indicating whether this manager uses asynchronous operations. (Inherited from ImageCollectionManager)
Protected Properties
 NameDescription
Protected PropertyGets a value indicating whether AddFinished event has subscribers. (Inherited from ImageCollectionManager)
Protected PropertyGets a value indicating whether AddStarting event has subscribers. (Inherited from ImageCollectionManager)
Protected PropertyGets a value indicating whether ImageSourceAddException event has subscribers. (Inherited from ImageCollectionManager)
Protected PropertyGets a value indicating whether ImageSourceAddFinished event has subscribers. (Inherited from ImageCollectionManager)
Protected PropertyGets a value indicating whether ImageSourceAddStarting event has subscribers. (Inherited from ImageCollectionManager)
Public Methods
 NameDescription
Public MethodOverloaded. Adds an image file to in read-only mode. (Inherited from ImageCollectionManager)
Public MethodCancels current operations. (Inherited from ImageCollectionManager)
Public MethodReleases all resources used by this ImageCollectionManager object.
Protected Methods
Public Events
 NameDescription
Public EventOccurs when operation, which adds image files to the image collection, is finished. (Inherited from ImageCollectionManager)
Public EventOccurs when operation, which adds image files to the image collection, is starting. (Inherited from ImageCollectionManager)
Public EventOccurs when operation, which adds image source to the image collection, is failed. (Inherited from ImageCollectionManager)
Public EventOccurs when operation, which adds image source to the image collection, is finished. (Inherited from ImageCollectionManager)
Public EventOccurs when operation, which adds image source to the image collection, is starting. (Inherited from ImageCollectionManager)
See Also