Visual Basic (Declaration) | |
---|---|
Public Property PhotoInterpolation As CodecsPhotoInterpolation |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public CodecsPhotoInterpolation PhotoInterpolation {get; set;} |
C++/CLI | |
---|---|
public: property CodecsPhotoInterpolation PhotoInterpolation { CodecsPhotoInterpolation get(); void set (CodecsPhotoInterpolation value); } |
Return Value
The photometric interpolation for the load process. Possible values are:
When Format is one of the following:
RasterImageFormat.RawCcitt RasterImageFormat.FaxG31Dim RasterImageFormat.FaxG32Dim RasterImageFormat.FaxG4
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 |
For an example, refer to RasterCodecs.LoadInformation.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family