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

The following tables list the members exposed by Barcode1d.

Public Constructors

 NameDescription
public ConstructorIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. Barcode1d ConstructorInitializes a new instance of the Barcode1d class.  
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. AdvancedFlagsPropertyIdentifies the AdvancedFlags dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. DirectionPropertyIdentifies the Direction dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. ErrorCheckPropertyIdentifies the ErrorCheck dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. GranularityPropertyIdentifies the Granularity dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. MaximumLengthPropertyIdentifies the MaximumLength dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. MinimumLengthPropertyIdentifies the MinimumLength dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. OutShowTextPropertyIdentifies the OutShowText dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. StandardFlagsPropertyIdentifies the StandardFlags dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. WhiteLinesPropertyIdentifies the WhiteLines dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. XModulePropertyIdentifies the XModule dependency property.  
Top

Public Properties

 NameDescription
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. AdvancedFlagsGets or sets flags that indicate the linkage bit value for all GS1 Databar (formerly RSS14) types, GS1 Databar (formerly RSS14) truncated type, direction of GS1 Databar (formerly RSS14) stacked, number of GS1 Databar (formerly RSS14) expanded stacked rows for write, and Australian post CIF table for read and write.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. DirectionGets or sets flag that indicates the orientation and direction for reading barcodes.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. ErrorCheckEnables or disables the use of an error check digit when reading or writing a barcode.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. GranularityGets or sets the number of scanned lines per column to skip when reading a barcode.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. MaximumLengthGets or set the maximum length of a barcode string.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. MinimumLengthGets or sets the minimum length of a barcode string when searching for a non fixed length barcode.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. OutShowTextIndicates whether the barcode string will be shown or not.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. StandardFlagsGets or sets flags that indicate the MSI barcode type, Code11 barcode type, and reading speed.  
public Property UserDataGets an System.Collections.IDictionary that associates custom data with this class instance. (Inherited from System.Workflow.ComponentModel.DependencyObject)
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. WhiteLinesGets or sets the number of lines of white space above and below the barcode symbol.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. XModuleGets or sets the size of the smallest bar element when writing Linear (1D) barcodes.  
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