Gets or sets the load format.
public RasterImageFormat Format { get; set; }
Public Property Format As Leadtools.RasterImageFormat
public Leadtools.RasterImageFormat Format {get; set;}
@property (nonatomic, assign) LTRasterImageFormat format
public RasterImageFormat getFormat()
public void setFormat(RasterImageFormat value)
<br/>get_Format();<br/>set_Format(value);<br/>Object.defineProperty('Format');
public:
property Leadtools.RasterImageFormat Format {
Leadtools.RasterImageFormat get();
void set ( Leadtools.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's trying to load 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.
For an example, refer to CodecsOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET