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

The following tables list the members exposed by BarcodeWritePdf.

Public Constructors

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

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. AspectHeightPropertyIdentifies the AspectHeight dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. AspectWidthPropertyIdentifies the AspectWidth dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. ColumnsPropertyIdentifies the Columns dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. EccLevelPropertyIdentifies the EccLevel dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. EccPercentagePropertyIdentifies the EccPercentage dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. JustifyPropertyIdentifies the Justify dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. ModAspectRatioPropertyIdentifies the ModAspectRatio dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. ModulePropertyIdentifies the Module dependency property.  
public Fieldstatic (Shared in Visual Basic)Includes members available in LEADTOOLS Document or Medical Imaging toolkits. RowsPropertyIdentifies the Rows dependency property.  
Top

Public Properties

 NameDescription
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. AspectHeightGets or sets the height of the aspect ratio of the symbol. Only used with PDF417.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. AspectWidthGets or sets the width of the aspect ratio of the symbol. Only used with PDF417.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. ColumnsGets or sets the number of columns to use when writing a PDF417 or MicroPDF417 symbol.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. EccLevelGets or sets the ECC level for writing a PDF417 symbol.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. EccPercentageGets or sets the ECC character percentage.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. JustifyGets or sets a flag that determines the alignment (justification) of the resulting barcode symbols.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. ModAspectRatioGets or sets the ratio of the width of the smallest element (specified by the value of the Module property) to the height of a row of the PDF417 symbol.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. ModuleGets or sets the size of the smallest element in width.  
public PropertyIncludes members available in LEADTOOLS Document or Medical Imaging toolkits. RowsGets or sets the number of rows to use when writing a PDF417 or MicroPDF417 symbol.  
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