LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsRedirectOpenEventArgs Class Members
See Also  Properties 
Leadtools.Codecs Namespace : CodecsRedirectOpenEventArgs Class

The following tables list the members exposed by CodecsRedirectOpenEventArgs.

Public Constructors

 NameDescription
public Constructor CodecsRedirectOpenEventArgs ConstructorInitializaes a new instance of the CodecsRedirectOpenEventArgs class.  
Top

Public Properties

 NameDescription
public Property AccessGets the requested mode that determines how the file can be accessed.  
public Property FileNameGets the name of the file to be opened.  
public Property ModeGets the requested mode that determines how to open or create the file.  
public Property ShareGets the requested mode that determines how the file will be shared by processes.  
public Property SuccessGets or sets a value indicating that the open operation was successful.  
Top

See Also