Leadtools.Workflow.Barcode Namespace : BarcodeReadActivity Class |
The following tables list the members exposed by BarcodeReadActivity.
Name | Description | |
---|---|---|
BarcodeReadActivity Constructor | Constructs a new BarcodeReadActivity object. |
Name | Description | |
---|---|---|
BarcodeDataProperty | Identifies the BarcodeData dependency property. | |
BarColorProperty | Identifies the BarColor dependency property. | |
Code1dProperty | Identifies the Code1d dependency property. | |
CodePdfProperty | Identifies the CodePdf dependency property. | |
FlagsProperty | Identifies the Flags dependency property. | |
MajorTypeProperty | Identifies the MajorType dependency property. | |
MultipleMaxCountProperty | Identifies the MultipleMaxCount dependency property. | |
SearchRectangleProperty | Identifies the SearchRectangle dependency property. | |
SearchTypeProperty | Identifies the SearchType dependency property. | |
SpaceColorProperty | Identifies the SpaceColor dependency property. | |
UnitsProperty | Identifies the Units dependency property. |
Name | Description | |
---|---|---|
BarcodeData | Gets or sets a list of BarcodeData objects representing the recognized barcodes. | |
BarColor | Gets or sets the bar color to use when reading barcodes. | |
Code1d | Gets or sets a Barcode1d object containing linear barcode options to be read. | |
CodePdf | Gets or sets a BarcodeReadPdf object containing PDF417 and MicroPDF417 barcode options to be read. | |
Description | Gets or sets the user-defined description of the System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity) | |
DisposeImage | (Inherited from Leadtools.Workflow.Raster.DisposableImageActivity) | |
Enabled | Gets or sets a value that indicates whether this instance is enabled for execution and validation. (Inherited from System.Workflow.ComponentModel.Activity) | |
ExecutionResult | Gets the System.Workflow.ComponentModel.ActivityExecutionResult of the last attempt to run this instance. (Inherited from System.Workflow.ComponentModel.Activity) | |
ExecutionStatus | Gets the current System.Workflow.ComponentModel.ActivityExecutionStatus of this instance. (Inherited from System.Workflow.ComponentModel.Activity) | |
Flags | Gets or sets the processing options. | |
Image | (Inherited from Leadtools.Workflow.Raster.WorkflowImageActivity) | |
ImageCopy | (Inherited from Leadtools.Workflow.Raster.WorkflowImageActivity) | |
IsDynamicActivity | Gets information about whether the activity is executing within the default System.Workflow.ComponentModel.ActivityExecutionContext of the workflow instance. (Inherited from System.Workflow.ComponentModel.Activity) | |
MajorType | Gets or sets the barcode major type. | |
MultipleMaxCount | Gets or sets the maximum number of barcodes to search. | |
Name | Gets or sets the name of this instance. This name must conform to the variable naming convention of the programming language that is being used in the Workflow project. (Inherited from System.Workflow.ComponentModel.Activity) | |
Parent | Gets the System.Workflow.ComponentModel.CompositeActivity that contains this System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity) | |
QualifiedName | Gets the qualified name of the activity. Qualified activity names are always unique in a workflow instance. (Inherited from System.Workflow.ComponentModel.Activity) | |
SearchRectangle | Gets or sets the rectangle that contains the search area for the barcodes. | |
SearchType | Gets or sets the type of barcode for which to search. | |
SpaceColor | Gets or sets the space color for the barcode. | |
Units | Gets or sets the unit of measurement. | |
UserData | Gets an System.Collections.IDictionary that associates custom data with this class instance. (Inherited from System.Workflow.ComponentModel.DependencyObject) |
Name | Description | |
---|---|---|
ParentDependencyObject | Gets the parent System.Workflow.ComponentModel.DependencyObject in the System.Workflow.ComponentModel.DependencyObject graph. (Inherited from System.Workflow.ComponentModel.DependencyObject) | |
WorkflowInstanceId | Gets the System.Guid associated with the instance. (Inherited from System.Workflow.ComponentModel.Activity) |
Name | Description | |
---|---|---|
Execute | Overridden. This member overrides System.Workflow.ComponentModel.Activity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext). | |
Finalize | Provided as an override to System.Object.Finalize to clean up any unmanaged resources deterministically. (Inherited from System.Workflow.ComponentModel.DependencyObject) | |
GetInvocationList | Gets an array that contains the delegates for the specified System.Workflow.ComponentModel.DependencyProperty. (Inherited from System.Workflow.ComponentModel.DependencyObject) | |
InitializeProperties | Performs initialization on dependency properties when overridden in a derived class. (Inherited from System.Workflow.ComponentModel.DependencyObject) | |
OnClosed | Called by the workflow runtime as part of the activity's transition to the closed state. (Inherited from System.Workflow.ComponentModel.Activity) | |
TrackData | Overloaded. Informs the run-time tracking infrastructure of pending tracking information. (Inherited from System.Workflow.ComponentModel.Activity) |
Name | Description | |
---|---|---|
Canceling | Occurs when the activity execution is canceled. (Inherited from System.Workflow.ComponentModel.Activity) | |
Closed | Occurs when an System.Workflow.ComponentModel.Activity has completed execution. (Inherited from System.Workflow.ComponentModel.Activity) | |
Compensating | Occurs when running a compensation method on the System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity) | |
Executing | Occurs when the System.Workflow.ComponentModel.Activity is run. (Inherited from System.Workflow.ComponentModel.Activity) | |
Faulting | Occurs when an exception is raised during the running of the instance. (Inherited from System.Workflow.ComponentModel.Activity) | |
StatusChanged | Occurs when the System.Workflow.ComponentModel.ActivityExecutionStatus of a running System.Workflow.ComponentModel.Activity changes. (Inherited from System.Workflow.ComponentModel.Activity) |