LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Success Property






Gets or sets a value indicating that the open operation was successful. .NET support
Syntax
public bool Success {get; set;}
'Declaration
 
Public Property Success As Boolean
'Usage
 
Dim instance As CodecsRedirectOpenEventArgs
Dim value As Boolean
 
instance.Success = value
 
value = instance.Success
public bool Success {get; set;}
 get_Success();
set_Success(value);
public:
property bool Success {
   bool get();
   void set (    bool value);
}

Property Value

true to indicate that the open operation was successful; false, otherwise.
Example
For an example, refer to RasterCodecs.StartRedirecting
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsRedirectOpenEventArgs Class
CodecsRedirectOpenEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.