←Select platform

ConvertOptions Property

Summary

Gets or sets the RasterConvertOptions that controls the conversion from one image format to any other image format supported by LEADTOOLS.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="ConvertOptions", IsRequired=true)] 
public RasterConvertOptions ConvertOptions { get; set; } 

Property Value

A RasterConvertOptions structure that controls the conversion from image format to any other image format.

Remarks

Set this property before calling the IRasterService.Convert.

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