LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)
LEAD Technologies, Inc

BarcodeWriteActivity Class

Fields  Properties  Methods  Events


The following tables list the members exposed by BarcodeWriteActivity.

Public Constructors
 NameDescription
Public ConstructorBarcodeWriteActivity ConstructorConstructs a new BarcodeWriteActivity object.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)BarcodeDataPropertyIdentifies the BarcodeData dependency property.  
Public Fieldstatic (Shared in Visual Basic)BarColorPropertyIdentifies the BarColor dependency property.  
Public Fieldstatic (Shared in Visual Basic)Code1dPropertyIdentifies the Code1d dependency property.  
Public Fieldstatic (Shared in Visual Basic)CodeDatamatrixPropertyIdentifies the CodeDatamatrix dependency property.  
Public Fieldstatic (Shared in Visual Basic)CodePdfPropertyIdentifies the CodePdf dependency property.  
Public Fieldstatic (Shared in Visual Basic)CodeQrPropertyIdentifies the CodeQr dependency property.  
Public Fieldstatic (Shared in Visual Basic)FlagsPropertyIdentifies the Flags dependency property.  
Public Fieldstatic (Shared in Visual Basic)MajorTypePropertyIdentifies the MajorType dependency property.  
Public Fieldstatic (Shared in Visual Basic)SpaceColorPropertyIdentifies the SpaceColor dependency property.  
Public Fieldstatic (Shared in Visual Basic)TargetRectanglePropertyIdentifies the TargetRectangle dependency property.  
Top
Public Properties
 NameDescription
Public PropertyBarcodeDataBarcodeData object that contains the barcode information to be written over the image.  
Public PropertyBarColorGets or sets the bar color to use when writing barcodes.  
Public PropertyCode1dGets or sets a Barcode1d object containing linear barcode options to be written.  
Public PropertyCodeDatamatrixGets or sets a BarcodeWriteDatamatrix object containing Data Matrix barcode options to be written.  
Public PropertyCodePdfGets or sets a BarcodeWritePdf object containing PDF417 and MicroPDF417 barcode options to be written.  
Public PropertyCodeQrGets or sets a BarcodeWriteQr object containing QR barcode options to be written.  
Public PropertyDescriptionGets or sets the user-defined description of the System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity)
Public PropertyEnabledGets or sets a value that indicates whether this instance is enabled for execution and validation. (Inherited from System.Workflow.ComponentModel.Activity)
Public PropertyExecutionResultGets the System.Workflow.ComponentModel.ActivityExecutionResult of the last attempt to run this instance. (Inherited from System.Workflow.ComponentModel.Activity)
Public PropertyExecutionStatusGets the current System.Workflow.ComponentModel.ActivityExecutionStatus of this instance. (Inherited from System.Workflow.ComponentModel.Activity)
Public PropertyFlagsFlags that indicate the behavior of the activity.  
Public PropertyImageGets or sets a reference to the activity's image. (Inherited from Leadtools.Workflow.Raster.WorkflowImageActivity)
Public PropertyImageCopyGets a copy of the activity's image object. (Inherited from Leadtools.Workflow.Raster.WorkflowImageActivity)
Public PropertyIsDynamicActivityGets 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 PropertyMajorTypeGets or sets the barcode major type. Values can be combined, when appropriate, by using a bitwise OR (|).  
Public PropertyNameGets 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 PropertyParentGets the System.Workflow.ComponentModel.CompositeActivity that contains this System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity)
Public PropertyQualifiedNameGets the qualified name of the activity. Qualified activity names are always unique in a workflow instance. (Inherited from System.Workflow.ComponentModel.Activity)
Public PropertySpaceColorGets or sets the space color for the barcode.  
Public PropertyTargetRectangleGets or sets the rectangle to be updated with the barcode size before writing the barcode over the image.  
Public PropertyUserDataGets 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 MethodAddHandlerAdds a handler for an event of a System.Workflow.ComponentModel.DependencyObject. (Inherited from System.Workflow.ComponentModel.DependencyObject)
Public MethodCloneCreates a deep copy of the System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity)
Public MethodDisposeOverloaded. Releases all the resources used by the System.Workflow.ComponentModel.DependencyObject. (Inherited from System.Workflow.ComponentModel.DependencyObject)
Public MethodGetActivityByNameOverloaded. 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 MethodGetBindingProvides access to the System.Workflow.ComponentModel.ActivityBind associated with the specific System.Workflow.ComponentModel.DependencyProperty. (Inherited from System.Workflow.ComponentModel.DependencyObject)
Public MethodGetValueProvides access to the value of the designated System.Workflow.ComponentModel.DependencyProperty. (Inherited from System.Workflow.ComponentModel.DependencyObject)
Public MethodIsBindingSetIndicates 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 MethodMetaEqualsDetermines 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 MethodRegisterForStatusChangeRegisters the specified System.Workflow.ComponentModel.DependencyProperty for the status change event. (Inherited from System.Workflow.ComponentModel.Activity)
Public MethodRemoveHandlerRemoves an System.EventHandler from an associated System.Workflow.ComponentModel.DependencyProperty. (Inherited from System.Workflow.ComponentModel.DependencyObject)
Public MethodRemovePropertyRemoves a System.Workflow.ComponentModel.DependencyProperty from the System.Workflow.ComponentModel.DependencyObject. (Inherited from System.Workflow.ComponentModel.DependencyObject)
Public MethodSaveOverloaded. Writes the System.Workflow.ComponentModel.Activity to a System.IO.Stream for persistence. (Inherited from System.Workflow.ComponentModel.Activity)
Public MethodSetBindingSets the System.Workflow.ComponentModel.ActivityBind for the specified System.Workflow.ComponentModel.DependencyProperty. (Inherited from System.Workflow.ComponentModel.DependencyObject)
Public MethodSetValueSets the value of the System.Workflow.ComponentModel.DependencyProperty to the object. (Inherited from System.Workflow.ComponentModel.DependencyObject)
Public MethodToStringProvides a string that represents this instance. (Inherited from System.Workflow.ComponentModel.Activity)
Public MethodUnregisterForStatusChangeUn-registers the specified System.Workflow.ComponentModel.DependencyProperty for the status change event. (Inherited from System.Workflow.ComponentModel.Activity)
Top
Protected Methods
 NameDescription
Protected MethodExecuteOverridden. This member overrides System.Workflow.ComponentModel.Activity.Execute(System.Workflow.ComponentModel.ActivityExecutionContext).  
Protected MethodFinalizeProvided as an override to System.Object.Finalize to clean up any unmanaged resources deterministically. (Inherited from System.Workflow.ComponentModel.DependencyObject)
Protected MethodGetInvocationListGets an array that contains the delegates for the specified System.Workflow.ComponentModel.DependencyProperty. (Inherited from System.Workflow.ComponentModel.DependencyObject)
Protected MethodInitializePropertiesPerforms initialization on dependency properties when overridden in a derived class. (Inherited from System.Workflow.ComponentModel.DependencyObject)
Protected MethodOnClosedCalled by the workflow runtime as part of the activity's transition to the closed state. (Inherited from System.Workflow.ComponentModel.Activity)
Protected MethodTrackDataOverloaded. Informs the run-time tracking infrastructure of pending tracking information. (Inherited from System.Workflow.ComponentModel.Activity)
Top
Public Events
 NameDescription
Public EventCancelingOccurs when the activity execution is canceled. (Inherited from System.Workflow.ComponentModel.Activity)
Public EventClosedOccurs when an System.Workflow.ComponentModel.Activity has completed execution. (Inherited from System.Workflow.ComponentModel.Activity)
Public EventCompensatingOccurs when running a compensation method on the System.Workflow.ComponentModel.Activity. (Inherited from System.Workflow.ComponentModel.Activity)
Public EventExecutingOccurs when the System.Workflow.ComponentModel.Activity is run. (Inherited from System.Workflow.ComponentModel.Activity)
Public EventFaultingOccurs when an exception is raised during the running of the instance. (Inherited from System.Workflow.ComponentModel.Activity)
Public EventStatusChangedOccurs when the System.Workflow.ComponentModel.ActivityExecutionStatus of a running System.Workflow.ComponentModel.Activity changes. (Inherited from System.Workflow.ComponentModel.Activity)
Top
See Also

Reference

BarcodeWriteActivity Class
Leadtools.Workflow.Barcode Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.