Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
TiffPhotometricInterpretation Property
See Also 
Leadtools.Codecs Namespace > CodecsStartDecompressOptions Structure : TiffPhotometricInterpretation Property



Gets or sets the desiired photometric interpretation value for the save process.

Syntax

Visual Basic (Declaration) 
Public Property TiffPhotometricInterpretation As CodecsTiffPhotometricInterpretation
Visual Basic (Usage)Copy Code
Dim instance As CodecsStartDecompressOptions
Dim value As CodecsTiffPhotometricInterpretation
 
instance.TiffPhotometricInterpretation = value
 
value = instance.TiffPhotometricInterpretation
C# 
public CodecsTiffPhotometricInterpretation TiffPhotometricInterpretation {get; set;}
C++/CLI 
public:
property CodecsTiffPhotometricInterpretation TiffPhotometricInterpretation {
   CodecsTiffPhotometricInterpretation get();
   void set (CodecsTiffPhotometricInterpretation value);
}

Return Value

The desiired photometric interpretation value for the save process.

Example

For an example, refer to RasterCodecs.StartDecompress.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also