| Visual Basic (Declaration) | |
|---|---|
<DataMemberAttribute(Name="Module", IsRequired=True)> Public Property Module As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[DataMemberAttribute(Name="Module", IsRequired=true)] public int Module {get; set;} | |
| C++/CLI | |
|---|---|
[DataMemberAttribute(Name="Module", IsRequired=true)] public: property int Module { int get(); void set (int value); } | |
Return Value
Size of the smallest element in width, in thousandths of an inch (0.001). If the value is too small, a minimum of 2 pixels will be used.For an example, refer to BarcodeWritePdf class example.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code