Gets or sets the load format.
public RasterImageFormat Format { get; set; }
Public Property Format As RasterImageFormat
@property (nonatomic, assign) LTRasterImageFormat format
public RasterImageFormat getFormat()
public void setFormat(RasterImageFormat value)
public:
property RasterImageFormat Format {
RasterImageFormat get();
void set ( RasterImageFormat );
}
A RasterImageFormat enumeration value that specifies the load format.
By default, the value of this property is set to false. This means that the RasterCodecs object should try and recognize the format of the image it is trying to load to itself. If you know the format of the file, pass it to this member prior to calling RasterCodecs.Load or RasterCodecs.LoadAsync. Doing so will skip the format recognition process and speed up the load operation.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document