←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.