←Select platform

Destination Property

Summary

Gets or stes a BinaryData that represents the resulting image file from the IRasterService.Convert operation.

Syntax

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

Property Value

A Leadtools.Services.DataContracts.BinaryData object that represents the image file resulting from IRasterService.Convert operation.

Remarks

This property will be valid only when RasterConvertOptions.Destination is null.

Example

For an example, refer to ConvertRequest.

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.Raster.DataContracts Assembly