←Select platform

PhotometricInterpretation Property

Summary

Gets or sets the Photometric Interpretation.

Syntax
C#
VB
Objective-C
C++
Java
public CodecsTiffPhotometricInterpretation PhotometricInterpretation { get; set; } 
Public Property PhotometricInterpretation As CodecsTiffPhotometricInterpretation 
@property (nonatomic, assign) LTCodecsTiffPhotometricInterpretation photometricInterpretation 
public CodecsTiffPhotometricInterpretation getPhotometricInterpretation() 
public void setPhotometricInterpretation(CodecsTiffPhotometricInterpretation value) 
public: 
property CodecsTiffPhotometricInterpretation PhotometricInterpretation { 
   CodecsTiffPhotometricInterpretation get(); 
   void set (    CodecsTiffPhotometricInterpretation ); 
} 

Property Value

The Photometric Interpretation.

Example

For an example, refer to CodecsTiffOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly