Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represent type of Scan Event Args. More...
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] |
Represent type of Scan Event Args.
SolidFramework.Imaging.ScanEventArgs.ScanEventArgs | ( | ScanAction | theAction, |
string | myFilePath, | ||
ScanEventResult | scanresult = ScanEventResult.Successful |
||
) |
Initializes a new instance of the ScanEventArgs class.
theAction | The action. |
myFilePath | My file path. |
|
get |
Gets the action.
The action.
|
getset |
Gets or sets a value indicating whether this ScanEventArgs is cancel.
true
if cancel; otherwise, false
.
|
get |
Gets the image.
The image.