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);
} |
Return Value
Size of the smallest element in width.
Example
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also