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

Show in webframe

TiffPhotometricInterpretation Property








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)
            
 <br/>get_TiffPhotometricInterpretation();<br/>set_TiffPhotometricInterpretation(value);<br/>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

Error processing SSI file