Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

ForceRgbFile Property








Forces the load process to expect RGB colorspace data in the file.
Syntax
public bool ForceRgbFile {get; set;}
'Declaration
 
Public Property ForceRgbFile As Boolean
'Usage
 
Dim instance As CodecsJpegLoadOptions
Dim value As Boolean
 
instance.ForceRgbFile = value
 
value = instance.ForceRgbFile
public bool ForceRgbFile {get; set;}
@property (nonatomic, assign) BOOL forceRgbFile
public boolean getForceRgbFile()
public void setForceRgbFile(boolean value)
            
 <br/>get_ForceRgbFile();<br/>set_ForceRgbFile(value);<br/>Object.defineProperty('ForceRgbFile'); 
public:
property bool ForceRgbFile {
   bool get();
   void set (    bool value);
}

Property Value

true to force the load process to expect RGB colorspace data in the file.
Example
For an example, refer to CodecsJpegOptions.
Requirements

Target Platforms

See Also

Reference

CodecsJpegLoadOptions Class
CodecsJpegLoadOptions Members
Compression Using LEAD and JPEG Formats

Error processing SSI file