Accusoft.ISISXpress7.Net
Output Class Members
Properties  Methods 


The following tables list the members exposed by Output.

Public Constructors
 NameDescription
Public ConstructorOutput ConstructorThe main constructor for the Output class which takes in an instance ID for the ISIS Xpress component.  
Top
Public Properties
 NameDescription
Public PropertyCreateDibGets and sets an indicator if a DIB is created while scanning so the ToHdib property is valid after each use.  
Public PropertyCreateFilesGets and sets an indicator if the scanned in data is saved to a file using the full path and filename specified in the Filename property.  
Public PropertyDibBitsPerPixelGet the Bits per pixel for the current scanned image. An integer value with the current bits per pixel  
Public PropertyDibFlipGets and sets an indicator whether to flip the DIB that is stored in the ToHdib property.  
Public PropertyDibHeightGets the height of the current scanned image contained in the DIB represented by the ToHdib property.  
Public PropertyDibWidthGets the width of the current scanned image contained in the DIB represented by the ToHdib property.  
Public PropertyDirectoryGets and sets the base directory used for the file naming schema during batch scans when the UseSchema property is set to true.  
Public PropertyFileDataInMemoryGets the file data (e.g., TIFF) in memory for the image that been scanned.  
Public PropertyFilenameGets and sets the full path and filename where the scanned image is saved.  
Public PropertyFileSchemaGets and sets the file schema used to generate filenames during batch scanning.  
Public PropertyFileTypeGets and sets the file format to use when saving images.  
Public PropertyMultiplePagesGets and sets an indicator if the TIFF file should be saved as a multi-page TIFF file.  
Public PropertyRootGets and sets the root prefix used to generate filenames during a batch scan when the UseSchema property is set to true.  
Public PropertySaveFileToMemoryGets and sets an indicator if the scanned image will be saved to a file in memory (e.g., TIFF).  
Public PropertyUseSchemaGets and sets an indicator if a naming schema is used during batch scanning.  
Top
Public Methods
 NameDescription
Public MethodCopyToDesigned to make passing image data between different Accusoft components easier, this method makes a copy of this object's image data and gives the new image data to another object which can be defined in a different Accusoft assembly. When finished, both this object and the destination object will contain separate copies of the same image data.  
Public MethodToBitmapGets a System.Drawing.Bitmap for the current scanned image.  
Public MethodToHBitmapGets a HBITMAP handle for the current scanned image.  
Public MethodToHdibGets a handle to an DIB (Device Independent Bitmap) for the current scanned image.  
Public MethodTransferToDesigned to make passing image data between different Accusoft components easier, this method transfers this object's image data to another object which can be defined in a different Accusoft assembly. When finished, this object will no longer contain image data; the image data will be owned by the destination object.  
Top
See Also

Reference

Output Class
Accusoft.ISISXpressSdk Namespace

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback