←Select platform

Destination Property

Summary

A BinaryData object that represents the image file resulting from the Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Write operation.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Destination", IsRequired=true)] 
public BinaryData Destination { get; set; } 
  
<DataMemberAttribute(Name="Destination", IsRequired=True)> 
Public Property Destination As Leadtools.Services.Datacontracts.BinaryData 
[DataMemberAttribute(Name="Destination", IsRequired=true)] 
public: 
property Leadtools.Services.Datacontracts.BinaryData^ Destination { 
   Leadtools.Services.Datacontracts.BinaryData^ get(); 
   void set (    Leadtools.Services.Datacontracts.BinaryData^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly