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



The Module Property is available in LEADTOOLS Document and Medical Imaging toolkits.

Gets or sets the size of the smallest element in width.

Syntax

Visual Basic (Declaration) 
Public Property Module As Integer
Visual Basic (Usage)Copy Code
Dim instance As BarcodeWritePdf
Dim value As Integer
 
instance.Module = value
 
value = instance.Module
C# 
public int Module {get; set;}
C++/CLI 
public:
property int Module {
   int get();
   void set (    int value);
}

Property Value

Width of the smallest bar to write, in thousandths of an inch (0.001).

Remarks

If this value is too small, a minimum of 2 pixels will be used.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also