←Select platform

ConvertOptions Property

Summary

Gets or sets the Leadtools.Services.Raster.DataContracts.RasterConvertOptions structure which controls the conversion from one image format to any of the image formats supported by LEADTOOLS.

Syntax

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

Property Value

A Leadtools.Services.Raster.DataContracts.RasterConvertOptions structure which controls the conversion from one image format to any of the image formats supported by LEADTOOLS.

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