Accusoft.ISISXpressSdk Namespace : Output Class |
The following tables list the members exposed by Output.
Name | Description | |
---|---|---|
![]() | Output Constructor | The main constructor for the Output class which takes in an instance ID for the ISIS Xpress component. |
Name | Description | |
---|---|---|
![]() | CreateDib | Gets and sets an indicator if a DIB is created while scanning so the ToHdib property is valid after each use. |
![]() | CreateFiles | Gets 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. |
![]() | DibBitsPerPixel | Get the Bits per pixel for the current scanned image. An integer value with the current bits per pixel |
![]() | DibFlip | Gets and sets an indicator whether to flip the DIB that is stored in the ToHdib property. |
![]() | DibHeight | Gets the height of the current scanned image contained in the DIB represented by the ToHdib property. |
![]() | DibWidth | Gets the width of the current scanned image contained in the DIB represented by the ToHdib property. |
![]() | Directory | Gets and sets the base directory used for the file naming schema during batch scans when the UseSchema property is set to true. |
![]() | FileDataInMemory | Gets the file data (e.g., TIFF) in memory for the image that been scanned. |
![]() | Filename | Gets and sets the full path and filename where the scanned image is saved. |
![]() | FileSchema | Gets and sets the file schema used to generate filenames during batch scanning. |
![]() | FileType | Gets and sets the file format to use when saving images. |
![]() | MultiplePages | Gets and sets an indicator if the TIFF file should be saved as a multi-page TIFF file. |
![]() | Root | Gets and sets the root prefix used to generate filenames during a batch scan when the UseSchema property is set to true. |
![]() | SaveFileToMemory | Gets and sets an indicator if the scanned image will be saved to a file in memory (e.g., TIFF). |
![]() | UseSchema | Gets and sets an indicator if a naming schema is used during batch scanning. |
Name | Description | |
---|---|---|
![]() | CopyTo | Designed 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. |
![]() | ToBitmap | Gets a System.Drawing.Bitmap for the current scanned image. |
![]() | ToHBitmap | Gets a HBITMAP handle for the current scanned image. |
![]() | ToHdib | Gets a handle to an DIB (Device Independent Bitmap) for the current scanned image. |
![]() | TransferTo | Designed 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. |