Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
TwainMemoryData Structure Members
See Also  Properties  Methods 
Leadtools.Twain Namespace : TwainMemoryData Structure


The following tables list the members exposed by TwainMemoryData.

Public Properties

 NameDescription
Public Property Data Gets or sets memory data. The data type depends on the value in the Flags property.  
Public Propertystatic (Shared in Visual Basic) Empty Returns a TwainMemoryData structure with default values.  
Public Property Flags Indicates how the memory data is presented.  
Public Property Length Gets or sets the size of the data buffer in bytes. This value should always be an even number and word-aligned.  
Top

Public Methods

 NameDescription
Public Method Equals (Inherited from System.ValueType)
Public Method GetHashCode (Inherited from System.ValueType)
Public Method ToString (Inherited from System.ValueType)
Top

See Also