Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CodecsRedirectReadEventArgs Class Members
See Also  Properties 
Leadtools.Codecs Namespace : CodecsRedirectReadEventArgs Class


The following tables list the members exposed by CodecsRedirectReadEventArgs.

Public Constructors

 NameDescription
Public ConstructorCodecsRedirectReadEventArgs Constructor Initializes a new instance of the CodecsRedirectReadEventArgs class.  
Top

Public Properties

 NameDescription
Public PropertyBuffer Gets a pointer to the unmanaged memory buffer into which this read operation should copy the data.  
Public PropertyCount Gets the number of bytes that this read operation request.  
Public PropertyRead Gets or sets the actual number of bytes that this read operation has copied to Buffer.  
Top

See Also