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

The following tables list the members exposed by BarcodeData.

Public Constructors

 NameDescription
public Constructor BarcodeData ConstructorInitializes a new instance of the BarcodeData class  
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic) DataCodePropertyIdentifies the DataCode dependency property.  
public Fieldstatic (Shared in Visual Basic) DataPropertyIdentifies the Data dependency property.  
public Fieldstatic (Shared in Visual Basic) DuplicateCountPropertyIdentifies the DuplicateCount dependency property.  
public Fieldstatic (Shared in Visual Basic) DuplicatedIndexPropertyIdentifies the DuplicatedIndex dependency property.  
public Fieldstatic (Shared in Visual Basic) FlagsPropertyIdentifies the Flags dependency property.  
public Fieldstatic (Shared in Visual Basic) GroupPropertyIdentifies the Group dependency property.  
public Fieldstatic (Shared in Visual Basic) IndexDuplicatePropertyIdentifies the IndexDuplicate dependency property.  
public Fieldstatic (Shared in Visual Basic) IsDuplicatedPropertyIdentifies the IsDuplicated dependency property.  
public Fieldstatic (Shared in Visual Basic) LocationPropertyIdentifies the Location dependency property.  
public Fieldstatic (Shared in Visual Basic) SearchTypePropertyIdentifies the SearchType dependency property.  
public Fieldstatic (Shared in Visual Basic) TotalCountPropertyIdentifies the TotalCount dependency property.  
public Fieldstatic (Shared in Visual Basic) UnitPropertyIdentifies the Unit dependency property.  
Top

Public Properties

 NameDescription
public Property DataSpecifies the barcode data.  
public Property DataCode(Read only) Returns the MicroPDF417 barcode function code word for Code 128 emulation.  
public Property DuplicateCount(Read only) Gets the total number of barcodes duplicated for the current barcode.  
public Property DuplicatedIndex(Read only) Returns the index of the first barcode that is a duplicate of the specified barcode.  
public Property Flags(Read only) Returns flags used by the BarcodeReadActivity activity.  
public Property GroupSpecifies whether the barcode symbol is a member of a group of symbols.  
public Property IndexDuplicate(Read only) Gets a zero-based index of the next duplicated barcode.  
public Property IsDuplicated(Read-only) Gets a value that indicates whether the specified barcode is duplicated.  
public Property LocationSpecifies the location of the barcode on the image.  
public Property SearchTypeGets or sets the barcode type to be read or written.  
public Property TotalCount(Read only) Gets the total number of recognized barcodes by calling the BarcodeReadActivity.  
public Property UnitGets or sets the unit of measurement for the Location property.  
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 DisposeOverloaded. Releases all the resources used by the System.Workflow.ComponentModel.DependencyObject. (Inherited from System.Workflow.ComponentModel.DependencyObject)
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 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 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)
Top

Protected Methods

 NameDescription
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)
Top

See Also