Click or drag to resize

OpenDocumentEventArgs Class

This class holds information for an Open, Add or Insert method.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Atalasoft.Imaging.WinControlsOpenDocumentEventArgs

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class OpenDocumentEventArgs : EventArgs

The OpenDocumentEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodOpenDocumentEventArgs(AtalaImage)
Creates a new instance of OpenDocumentEventArgs specifying the image.
Public methodOpenDocumentEventArgs(Stream, Int32)
Creates a new instance of OpenDocumentEventArgs specifying the Stream.
Public methodOpenDocumentEventArgs(String, Int32)
Creates a new instance of OpenDocumentEventArgs specifying the filename.
Public methodOpenDocumentEventArgs(RandomAccessImageSource, Int32)
Creates a new instance of OpenDocumentEventArgs specifying the image source.
Top
Properties
  NameDescription
Public propertyFileName
Gets the filename passed into the Open, Add or Insert method.
Public propertyFrameIndex
Gets the frame index passed into the Open, Add or Insert method.
Public propertyImage
Gets the image passed into the Add or Insert method.
Public propertyImageSource
Gets the image source passed into the Open, Add or Insert method.
Public propertyStream
Gets the Stream passed into the Open, Add or Insert method.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also