The BarcodeWritePdf Class is available in LEADTOOLS Document and Medical Imaging toolkits.
This class contains information for writing PDF417/MicroPDF417 barcodes.Visual Basic (Declaration) | |
---|---|
<ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")> Public Class BarcodeWritePdf Inherits System.Workflow.ComponentModel.DependencyObject Implements IComponent, IDisposable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As BarcodeWritePdf |
C# | |
---|---|
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")] public class BarcodeWritePdf : System.Workflow.ComponentModel.DependencyObject, IComponent, IDisposable |
C++/CLI | |
---|---|
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")] public ref class BarcodeWritePdf : public System.Workflow.ComponentModel.DependencyObject, IComponent, IDisposable |
MicroPDF417 may only be printed in certain defined combinations of rows and columns. Possible values are (wColumns x wRows):
- 0 x 0 (Default)
- 1 x 11
- 1 x 14
- 1 x 17
- 1 x 20
- 1 x 24
- 1 x 28
- 2 x 8
- 2 x 11
- 2 x 14
- 2 x 17
- 2 x 20
- 2 x 23
- 2 x 26
- 3 x 6
- 3 x 8
- 3 x 10
- 3 x 12
- 3 x 15
- 3 x 20
- 3 x 26
- 3 x 32
- 3 x 38
- 3 x 44
- 4 x 4
- 4 x 6
- 4 x 8
- 4 x 10
- 4 x 12
- 4 x 15
- 4 x 20
- 4 x 26
- 4 x 32
- 4 x 38
- 4 x 44
System.Object
System.Workflow.ComponentModel.DependencyObject
Leadtools.Workflow.Barcode.BarcodeWritePdf
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family