LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

PhotoInterpolation Property






Gets or sets the photometric interpolation for the load process. .NET support WinRT support Silverlight support
Syntax
public CodecsPhotoInterpolation PhotoInterpolation {get; set;}
'Declaration
 
Public Property PhotoInterpolation As CodecsPhotoInterpolation
'Usage
 
Dim instance As CodecsLoadInformationEventArgs
Dim value As CodecsPhotoInterpolation
 
instance.PhotoInterpolation = value
 
value = instance.PhotoInterpolation
public CodecsPhotoInterpolation PhotoInterpolation {get; set;}
 get_PhotoInterpolation();
set_PhotoInterpolation(value);
public:
property CodecsPhotoInterpolation PhotoInterpolation {
   CodecsPhotoInterpolation get();
   void set (    CodecsPhotoInterpolation value);
}

Property Value

The photometric interpolation for the load process. Possible values are:

When Format is one of the following:

The value of PhotoInterpolation is as follows:

Value Meaning
CodecsPhotoInterpolation.WhiteIsZero White is zero
CodecsPhotoInterpolation.BlackIsZero Black is zero

When Format is RasterImageFormat.RawPackBits, the value of PhotoInterpolation is as follows:

Value Meaning
CodecsPhotoInterpolation.NoColorMap There is no color map (RGB)
CodecsPhotoInterpolation.Cmyk Separated CMYK
CodecsPhotoInterpolation.YcbCr YC b C r color space
CodecsPhotoInterpolation.CieLab 1976 CIE L*a*b
Example
For an example, refer to RasterCodecs.LoadInformation.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsLoadInformationEventArgs Class
CodecsLoadInformationEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.