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

Show in webframe

Destination Property






A BinaryData object that represents the image file resulting from the Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Write operation.
Syntax
[DataMemberAttribute(Name="Destination", IsRequired=true)]
public BinaryData Destination {get; set;}
'Declaration
 
<DataMemberAttribute(Name="Destination", IsRequired=True)>
Public Property Destination As BinaryData
'Usage
 
Dim instance As WriteResponse
Dim value As BinaryData
 
instance.Destination = value
 
value = instance.Destination

            

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

Property Value

A Leadtools.Services.DataContracts.BinaryData object that represents the resulting image file.
Remarks
This property is valid only when the Leadtools.Services.Raster.DataContracts.RasterConvertOptions.Destination is null.
Example
For an example, refer to WriteRequest.
Requirements

Target Platforms

See Also

Reference

WriteResponse Class
WriteResponse 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