The SpaceColor Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the space color for the barcode.
Syntax
Visual Basic (Declaration) | |
---|
Public Property SpaceColor As Color |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As BarcodeWriteActivity
Dim value As Color
instance.SpaceColor = value
value = instance.SpaceColor |
C# | |
---|
public Color SpaceColor {get; set;} |
Property Value
Space color for the barcode. The default value is white - RGB(255,255,255).
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also