LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

SpaceColor Property (BarcodeWriteActivity)

Show in webframe





Gets or sets the space color for the barcode.
Syntax
public Color SpaceColor {get; set;}
'Declaration
 
Public Property SpaceColor As Color
'Usage
 
Dim instance As BarcodeWriteActivity
Dim value As Color
 
instance.SpaceColor = value
 
value = instance.SpaceColor

            

            
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

See Also

Reference

BarcodeWriteActivity Class
BarcodeWriteActivity Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.