←Select platform

UsePhotometricInterpretation Property

Summary

Enables or disables using Photometric Interpretation when saving TIFF files.

Syntax
C#
VB
Objective-C
C++
Java
public bool UsePhotometricInterpretation { get; set; } 
Public Property UsePhotometricInterpretation As Boolean 
@property (nonatomic, assign, getter=usesPhotometricInterpretation) BOOL usePhotometricInterpretation 
public boolean getUsePhotometricInterpretation() 
public void setUsePhotometricInterpretation(boolean value) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly