←Select platform

Format Property

Summary

Gets or sets the format to be used when converting the raster image.

Syntax

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

Property Value

The format to be used when converting the raster image.

Example

For an example, refer to RasterConvertOptions.

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