Accusoft.ISISXpress7.Net
FileDataInMemory Property




Gets the file data (e.g., TIFF) in memory for the image that been scanned.
Syntax
'Declaration
 
Public ReadOnly Property FileDataInMemory As Byte()
'Usage
 
Dim instance As Output
Dim value() As Byte
 
value = instance.FileDataInMemory
public byte[] FileDataInMemory {get;}
public: __property byte[]* get_FileDataInMemory();
public:
property array<byte>^ FileDataInMemory {
   array<byte>^ get();
}

Property Value

A byte array representing the file data in memory for the scanned image.
Remarks
Note: If SaveFileToMemory is not set to true, this property returns null.
See Also

Reference

Output Class
Output Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback