←Select platform

UsePhotometricInterpretation Property

Summary

Enables or disables using Photometric Interpretation when saving TIFF files.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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) 
             
  
get_UsePhotometricInterpretation(); 
set_UsePhotometricInterpretation(value); 
Object.defineProperty('UsePhotometricInterpretation');  
public: 
property bool UsePhotometricInterpretation { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to use Photometric Interpretation when saving TIFF files.

Example

For an example, refer to CodecsTiffOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize