LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Format Property (CodecsLoadOptions)

Show in webframe







Gets or sets the load format.
Syntax
public RasterImageFormat Format {get; set;}
'Declaration
 
Public Property Format As RasterImageFormat
'Usage
 
Dim instance As CodecsLoadOptions
Dim value As RasterImageFormat
 
instance.Format = value
 
value = instance.Format
public RasterImageFormat Format {get; set;}
@property (nonatomic, assign) LTRasterImageFormat format;
public RasterImageFormat getFormat()
public void setFormat(RasterImageFormat value)
            
 
get_Format();
set_Format(value);
Object.defineProperty('Format');
public:
property RasterImageFormat Format {
   RasterImageFormat get();
   void set (    RasterImageFormat value);
}

Property Value

A Leadtools.RasterImageFormat enumeration value that specifies the load format.
Remarks
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 its 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, this will skip the format recognition process and speed up the load operation.
Example
For an example, refer to CodecsOptions.
Requirements

Target Platforms

See Also

Reference

CodecsLoadOptions Class
CodecsLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.