←Select platform

Format Property

Summary

Gets the image file format.

Syntax
C#
VB
Objective-C
C++
Java
public RasterImageFormat Format { get; } 
Public ReadOnly Property Format As RasterImageFormat 
@property (nonatomic, assign, readonly) LTRasterImageFormat format 
public RasterImageFormat getFormat() 
public: 
property RasterImageFormat Format { 
   RasterImageFormat get(); 
} 

Property Value

The image file format.

Example

For an example, refer to CodecsImageInfo.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly