C#
VB
Java
Objective-C
WinRT C#
C++
Enables or disables using Photometric Interpretation when saving TIFF files.
public bool UsePhotometricInterpretation { get; set; }
Public Property UsePhotometricInterpretation As Boolean
public bool UsePhotometricInterpretation {get; set;}
@property (nonatomic, assign, getter=usesPhotometricInterpretation) BOOL usePhotometricInterpretation
public boolean getUsePhotometricInterpretation()
public void setUsePhotometricInterpretation(boolean value)
<br/>get_UsePhotometricInterpretation();<br/>set_UsePhotometricInterpretation(value);<br/>Object.defineProperty('UsePhotometricInterpretation');
true to use Photometric Interpretation when saving TIFF files.
For an example, refer to CodecsTiffOptions.
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