←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) 
             
 <br/>get_UsePhotometricInterpretation();<br/>set_UsePhotometricInterpretation(value);<br/>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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly