VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageCollectionManager Class
Constructors Properties Methods Events SeeAlso
In This Topic
ImageCollectionManager Class Members
In This Topic
The following tables list the members exposed by ImageCollectionManager.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the ImageCollectionManager class.
Public Properties
 NameDescription
Public PropertyGets the image collection that is managed by this manager.
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.
Public PropertyGets or sets a value indicating whether this manager uses asynchronous operations.
Protected Properties
 NameDescription
Protected PropertyGets a value indicating whether AddFinished event has subscribers.
Protected PropertyGets a value indicating whether AddStarting event has subscribers.
Protected PropertyGets a value indicating whether ImageSourceAddException event has subscribers.
Protected PropertyGets a value indicating whether ImageSourceAddFinished event has subscribers.
Protected PropertyGets a value indicating whether ImageSourceAddStarting event has subscribers.
Public Methods
 NameDescription
Public MethodOverloaded. Adds an image file to in read-only mode.
Public MethodCancels current operations.
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.
Public EventOccurs when operation, which adds image files to the image collection, is starting.
Public EventOccurs when operation, which adds image source to the image collection, is failed.
Public EventOccurs when operation, which adds image source to the image collection, is finished.
Public EventOccurs when operation, which adds image source to the image collection, is starting.
See Also