LEADTOOLS Image File Support (Leadtools.Codecs assembly)

TiffPhotometricInterpretation Property

Show in webframe







Gets or sets the desiired photometric interpretation value for the save process.
Syntax
public CodecsTiffPhotometricInterpretation TiffPhotometricInterpretation {get; set;}
'Declaration
 
Public Property TiffPhotometricInterpretation As CodecsTiffPhotometricInterpretation
'Usage
 
Dim instance As CodecsStartDecompressOptions
Dim value As CodecsTiffPhotometricInterpretation
 
instance.TiffPhotometricInterpretation = value
 
value = instance.TiffPhotometricInterpretation
public CodecsTiffPhotometricInterpretation TiffPhotometricInterpretation {get; set;}
@property (nonatomic, assign) LTCodecsTiffPhotometricInterpretation tiffPhotometricInterpretation;
public CodecsTiffPhotometricInterpretation getTiffPhotometricInterpretation()
public void setTiffPhotometricInterpretation(CodecsTiffPhotometricInterpretation value)
            
 
get_TiffPhotometricInterpretation();
set_TiffPhotometricInterpretation(value);
Object.defineProperty('TiffPhotometricInterpretation');
public:
property CodecsTiffPhotometricInterpretation TiffPhotometricInterpretation {
   CodecsTiffPhotometricInterpretation get();
   void set (    CodecsTiffPhotometricInterpretation value);
}

Property Value

The desiired photometric interpretation value for the save process.
Example
For an example, refer to RasterCodecs.StartDecompress.
Requirements

Target Platforms

See Also

Reference

CodecsStartDecompressOptions Structure
CodecsStartDecompressOptions Members

 

 


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