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



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;}
C++/CLI 
public:
property Color SpaceColor {
   Color get();
   void set (    Color value);
}

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