Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
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;}
Managed Extensions for C++ 
public: __property CodecsTiffPhotometricInterpretation get_TiffPhotometricInterpretation();
public: __property void set_TiffPhotometricInterpretation( 
   CodecsTiffPhotometricInterpretation value
);
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also