Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Properties | List of all members
SolidFramework.Imaging.ScanEventArgs Class Reference

Represent type of Scan Event Args. More...

Inheritance diagram for SolidFramework.Imaging.ScanEventArgs:

Public Member Functions

 ScanEventArgs (ScanAction theAction, string myFilePath, ScanEventResult scanresult=ScanEventResult.Successful)
 Initializes a new instance of the ScanEventArgs class. More...
 

Properties

bool Cancel [getset]
 Gets or sets a value indicating whether this ScanEventArgs is cancel. More...
 
ScanAction Action [get]
 Gets the action. More...
 
string Image [get]
 Gets the image. More...
 
ScanEventResult Result [getset]
 

Detailed Description

Represent type of Scan Event Args.

Constructor & Destructor Documentation

◆ ScanEventArgs()

SolidFramework.Imaging.ScanEventArgs.ScanEventArgs ( ScanAction  theAction,
string  myFilePath,
ScanEventResult  scanresult = ScanEventResult.Successful 
)

Initializes a new instance of the ScanEventArgs class.

Parameters
theActionThe action.
myFilePathMy file path.

Property Documentation

◆ Action

ScanAction SolidFramework.Imaging.ScanEventArgs.Action
get

Gets the action.

The action.

◆ Cancel

bool SolidFramework.Imaging.ScanEventArgs.Cancel
getset

Gets or sets a value indicating whether this ScanEventArgs is cancel.

true if cancel; otherwise, false.

◆ Image

string SolidFramework.Imaging.ScanEventArgs.Image
get

Gets the image.

The image.