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


"

For a list of all members of this type, see BarcodeWriteActivity members.

"

Public Properties

 NameDescription
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. BarcodeDataBarcodeData object that contains the barcode information to be written over the image.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. BarColorGets or sets the bar color to use when writing barcodes.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. Code1dGets or sets a Barcode1d object containing linear barcode options to be written.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. CodeDatamatrixGets or sets a BarcodeWriteDatamatrix object containing Data Matrix barcode options to be written.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. CodePdfGets or sets a BarcodeWritePdf object containing PDF417 and MicroPDF417 barcode options to be written.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. CodeQrGets or sets a BarcodeWriteQr object containing QR barcode options to be written.  
public Property DescriptionGets or sets the user-defined description of the System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity)
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. FlagsFlags that indicate the behavior of the activity.  
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. Values can be combined, when appropriate, by using a bitwise OR (|).  
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. SpaceColorGets or sets the space color for the barcode.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. TargetRectangleGets or sets the rectangle to be updated with the barcode size before writing the barcode over the image.  
public Property UserDataGets an System.Collections.IDictionary that associates custom data with this class instance. (Inherited from System.Workflow.ComponentModel.DependencyObject)
Top

Protected Properties

See Also