←Select platform

ForceRgbFile Property

Summary

Forces the load process to expect RGB colorspace data in the file.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool ForceRgbFile {get; set;} 
Public Property ForceRgbFile As Boolean 
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 ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly