Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

UsePhotometricInterpretation Property








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, 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 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

Error processing SSI file