LEADTOOLS Image File Support (Leadtools.Codecs assembly)

UsePhotometricInterpretation Property

Show in webframe







Enables or disables using Photometric Interpretation when saving TIFF files.
Syntax
public bool UsePhotometricInterpretation {get; set;}
'Declaration
 
Public Property UsePhotometricInterpretation As Boolean
'Usage
 
Dim instance As CodecsTiffSaveOptions
Dim value As Boolean
 
instance.UsePhotometricInterpretation = value
 
value = instance.UsePhotometricInterpretation
public bool UsePhotometricInterpretation {get; set;}
@property (nonatomic, assign) 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 value);
}

Property Value

true to use Photometric Interpretation when saving TIFF files.
Example
For an example, refer to CodecsTiffOptions.
Requirements

Target Platforms

See Also

Reference

CodecsTiffSaveOptions Class
CodecsTiffSaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.