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

The following tables list the members exposed by CodecsRedirectWriteEventArgs.

Public Constructors

 NameDescription
public Constructor CodecsRedirectWriteEventArgs ConstructorInitializes a new instance of the CodecsRedirectWriteEventArgs class.  
Top

Public Properties

 NameDescription
public Property BufferGets a pointer to the unmanaged memory buffer from which this write operation should copy the data.  
public Property CountGets the number of bytes that this write operation request.  
public Property WrittenGets or sets the actual number of bytes that this write operation has copied to Buffer.  
Top

See Also