LEADTOOLS Image File Support (Leadtools.Codecs assembly)

PhotometricInterpretation Property

Show in webframe







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)
            
 
get_PhotometricInterpretation();
set_PhotometricInterpretation(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.