Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

PhotometricInterpretation Property








Gets or sets the Photometric Interpretation.
Syntax
public CodecsTiffPhotometricInterpretation PhotometricInterpretation {get; set;}
'Declaration
 
Public Property PhotometricInterpretation As CodecsTiffPhotometricInterpretation
'Usage
 
Dim instance As CodecsTiffSaveOptions
Dim value As CodecsTiffPhotometricInterpretation
 
instance.PhotometricInterpretation = value
 
value = instance.PhotometricInterpretation
public CodecsTiffPhotometricInterpretation PhotometricInterpretation {get; set;}
@property (nonatomic, assign) LTCodecsTiffPhotometricInterpretation photometricInterpretation
public CodecsTiffPhotometricInterpretation getPhotometricInterpretation()
public void setPhotometricInterpretation(CodecsTiffPhotometricInterpretation value)
            
 <br/>get_PhotometricInterpretation();<br/>set_PhotometricInterpretation(value);<br/>Object.defineProperty('PhotometricInterpretation'); 
public:
property CodecsTiffPhotometricInterpretation PhotometricInterpretation {
   CodecsTiffPhotometricInterpretation get();
   void set (    CodecsTiffPhotometricInterpretation value);
}

Property Value

The Photometric Interpretation.
Example
For an example, refer to CodecsTiffOptions.
Requirements

Target Platforms

See Also

Reference

CodecsTiffSaveOptions Class
CodecsTiffSaveOptions Members

Error processing SSI file