Error processing SSI file
LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)

Show in webframe

Data Property (WriteOption)






Gets or sets the barcode information to be written in the image.
Syntax
[DataMemberAttribute(Name="Data", IsRequired=true)]
public BarcodeData Data {get; set;}
'Declaration
 
<DataMemberAttribute(Name="Data", IsRequired=True)>
Public Property Data As BarcodeData
'Usage
 
Dim instance As WriteOption
Dim value As BarcodeData
 
instance.Data = value
 
value = instance.Data

            

            
[DataMemberAttribute(Name="Data", IsRequired=true)]
public:
property BarcodeData^ Data {
   BarcodeData^ get();
   void set (    BarcodeData^ value);
}

Property Value

A BarcodeData object which contains the barcode information to be written in the image.
Example
For an example, Refer to WriteOption.
Requirements

Target Platforms

See Also

Reference

WriteOption Class
WriteOption Members

Error processing SSI file
Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features