←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) 
             
  
get_ForceRgbFile(); 
set_ForceRgbFile(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize