C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the desiired photometric interpretation value for the save process.
public CodecsTiffPhotometricInterpretation TiffPhotometricInterpretation { get; set; }
Public Property TiffPhotometricInterpretation As Leadtools.Codecs.CodecsTiffPhotometricInterpretation
public Leadtools.Codecs.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 Leadtools.Codecs.CodecsTiffPhotometricInterpretation TiffPhotometricInterpretation {
Leadtools.Codecs.CodecsTiffPhotometricInterpretation get();
void set ( Leadtools.Codecs.CodecsTiffPhotometricInterpretation );
}
The desiired photometric interpretation value for the save process.
For an example, refer to RasterCodecs.StartDecompress.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET