Error processing SSI file
LEADTOOLS WCF Image Processing (Leadtools.Services.ImageProcessing.DataContracts assembly)

Show in webframe

Destination Property






A BinaryData that represents the resulting image file from any operation found in the following services:
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 CommandResponse
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 will be valid only when the value of Leadtools.Services.Raster.DataContracts.RasterConvertOptions.Destination is null.
Requirements

Target Platforms

See Also

Reference

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