LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
BarcodeReadActivity Class Members
See Also  Fields  Properties  Methods  Events
Leadtools.Workflow.Barcode Namespace : BarcodeReadActivity Class

The following tables list the members exposed by BarcodeReadActivity.

Public Constructors

 NameDescription
public ConstructorIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. BarcodeReadActivity ConstructorConstructs a new BarcodeReadActivity object.  
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. BarcodeDataPropertyIdentifies the BarcodeData dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. BarColorPropertyIdentifies the BarColor dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. Code1dPropertyIdentifies the Code1d dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. CodePdfPropertyIdentifies the CodePdf dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. FlagsPropertyIdentifies the Flags dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. MajorTypePropertyIdentifies the MajorType dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. MultipleMaxCountPropertyIdentifies the MultipleMaxCount dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. SearchRectanglePropertyIdentifies the SearchRectangle dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. SearchTypePropertyIdentifies the SearchType dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. SpaceColorPropertyIdentifies the SpaceColor dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. UnitsPropertyIdentifies the Units dependency property.  
Top

Public Properties

 NameDescription
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. BarcodeDataGets or sets a list of BarcodeData objects representing the recognized barcodes.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. BarColorGets or sets the bar color to use when reading barcodes.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. Code1dGets or sets a Barcode1d object containing linear barcode options to be read.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. CodePdfGets or sets a BarcodeReadPdf object containing PDF417 and MicroPDF417 barcode options to be read.  
public Property DescriptionGets or sets the user-defined description of the System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity)
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. DisposeImageGets or sets a value which indicates whether the activity should free its image after being executed. (Inherited from Leadtools.Workflow.Raster.DisposableImageActivity)
public Property EnabledGets or sets a value that indicates whether this instance is enabled for execution and validation. (Inherited from System.Workflow.ComponentModel.Activity)
public Property ExecutionResultGets the System.Workflow.ComponentModel.ActivityExecutionResult of the last attempt to run this instance. (Inherited from System.Workflow.ComponentModel.Activity)
public Property ExecutionStatusGets the current System.Workflow.ComponentModel.ActivityExecutionStatus of this instance. (Inherited from System.Workflow.ComponentModel.Activity)
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. FlagsGets or sets the processing options.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. ImageGets or sets a reference to the activity's image. (Inherited from Leadtools.Workflow.Raster.WorkflowImageActivity)
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. ImageCopyGets a copy of the activity's image object. (Inherited from Leadtools.Workflow.Raster.WorkflowImageActivity)
public Property IsDynamicActivityGets information about whether the activity is executing within the default System.Workflow.ComponentModel.ActivityExecutionContext of the workflow instance. (Inherited from System.Workflow.ComponentModel.Activity)
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. MajorTypeGets or sets the barcode major type.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. MultipleMaxCountGets or sets the maximum number of barcodes to search.  
public Property NameGets 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)
public Property ParentGets the System.Workflow.ComponentModel.CompositeActivity that contains this System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity)
public Property QualifiedNameGets the qualified name of the activity. Qualified activity names are always unique in a workflow instance. (Inherited from System.Workflow.ComponentModel.Activity)
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. SearchRectangleGets or sets the rectangle that contains the search area for the barcodes.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. SearchTypeGets or sets the type of barcode for which to search.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. SpaceColorGets or sets the space color for the barcode.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. UnitsGets or sets the unit of measurement.  
public Property UserDataGets an System.Collections.IDictionary that associates custom data with this class instance. (Inherited from System.Workflow.ComponentModel.DependencyObject)
Top

Protected Properties

Public Methods

 NameDescription
public Method AddHandlerAdds a handler for an event of a System.Workflow.ComponentModel.DependencyObject. (Inherited from System.Workflow.ComponentModel.DependencyObject)
public Method CloneCreates a deep copy of the System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity)
public Method DisposeOverloaded. Releases all the resources used by the System.Workflow.ComponentModel.DependencyObject. (Inherited from System.Workflow.ComponentModel.DependencyObject)
public Method GetActivityByNameOverloaded. Returns the instance of the System.Workflow.ComponentModel.Activity whose name is requested from the set of all activities running under the root activity of this instance, which is within the workflow. (Inherited from System.Workflow.ComponentModel.Activity)
public Method GetBindingProvides access to the System.Workflow.ComponentModel.ActivityBind associated with the specific System.Workflow.ComponentModel.DependencyProperty. (Inherited from System.Workflow.ComponentModel.DependencyObject)
public Method GetValueProvides access to the value of the designated System.Workflow.ComponentModel.DependencyProperty. (Inherited from System.Workflow.ComponentModel.DependencyObject)
public Method IsBindingSetIndicates whether the value of a System.Workflow.ComponentModel.DependencyProperty is set as a binding. See System.Workflow.ComponentModel.DependencyObject.SetBinding(System.Workflow.ComponentModel.DependencyProperty,System.Workflow.ComponentModel.ActivityBind). (Inherited from System.Workflow.ComponentModel.DependencyObject)
public Method MetaEqualsDetermines whether the metaproperties of this System.Workflow.ComponentModel.DependencyObject equals the metaproperties of the parameterized System.Workflow.ComponentModel.DependencyObject. (Inherited from System.Workflow.ComponentModel.DependencyObject)
public Method RegisterForStatusChangeRegisters the specified System.Workflow.ComponentModel.DependencyProperty for the status change event. (Inherited from System.Workflow.ComponentModel.Activity)
public Method RemoveHandlerRemoves an System.EventHandler from an associated System.Workflow.ComponentModel.DependencyProperty. (Inherited from System.Workflow.ComponentModel.DependencyObject)
public Method RemovePropertyRemoves a System.Workflow.ComponentModel.DependencyProperty from the System.Workflow.ComponentModel.DependencyObject. (Inherited from System.Workflow.ComponentModel.DependencyObject)
public Method SaveOverloaded. Writes the System.Workflow.ComponentModel.Activity to a System.IO.Stream for persistence. (Inherited from System.Workflow.ComponentModel.Activity)
public Method SetBindingSets the System.Workflow.ComponentModel.ActivityBind for the specified System.Workflow.ComponentModel.DependencyProperty. (Inherited from System.Workflow.ComponentModel.DependencyObject)
public Method SetValueSets the value of the System.Workflow.ComponentModel.DependencyProperty to the object. (Inherited from System.Workflow.ComponentModel.DependencyObject)
public Method UnregisterForStatusChangeUn-registers the specified System.Workflow.ComponentModel.DependencyProperty for the status change event. (Inherited from System.Workflow.ComponentModel.Activity)
Top

Protected Methods

 NameDescription
protected MethodIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. ExecuteOverridden. This member overrides System.Workflow.ComponentModel.Activity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext).  
protected Method GetInvocationListGets an array that contains the delegates for the specified System.Workflow.ComponentModel.DependencyProperty. (Inherited from System.Workflow.ComponentModel.DependencyObject)
protected Method InitializePropertiesPerforms initialization on dependency properties when overridden in a derived class. (Inherited from System.Workflow.ComponentModel.DependencyObject)
protected Method OnClosedCalled by the workflow runtime as part of the activity's transition to the closed state. (Inherited from System.Workflow.ComponentModel.Activity)
protected Method TrackDataOverloaded. Informs the run-time tracking infrastructure of pending tracking information. (Inherited from System.Workflow.ComponentModel.Activity)
Top

Public Events

 NameDescription
public Event CancelingOccurs when the activity execution is canceled. (Inherited from System.Workflow.ComponentModel.Activity)
public Event ClosedOccurs when an System.Workflow.ComponentModel.Activity has completed execution. (Inherited from System.Workflow.ComponentModel.Activity)
public Event CompensatingOccurs when running a compensation method on the System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity)
public Event ExecutingOccurs when the System.Workflow.ComponentModel.Activity is run. (Inherited from System.Workflow.ComponentModel.Activity)
public Event FaultingOccurs when an exception is raised during the running of the instance. (Inherited from System.Workflow.ComponentModel.Activity)
public Event StatusChangedOccurs when the System.Workflow.ComponentModel.ActivityExecutionStatus of a running System.Workflow.ComponentModel.Activity changes. (Inherited from System.Workflow.ComponentModel.Activity)
Top

See Also