Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
PhotometricInterpretation Property
See Also 
Leadtools.Codecs Namespace > CodecsTiffSaveOptions Class : PhotometricInterpretation Property




Gets or sets the Photometric Interpretation.

Syntax

Visual Basic (Declaration) 
Public Property PhotometricInterpretation As CodecsTiffPhotometricInterpretation
Visual Basic (Usage)Copy Code
Dim instance As CodecsTiffSaveOptions
Dim value As CodecsTiffPhotometricInterpretation
 
instance.PhotometricInterpretation = value
 
value = instance.PhotometricInterpretation
C# 
public CodecsTiffPhotometricInterpretation PhotometricInterpretation {get; set;}
Managed Extensions for C++ 
public: __property CodecsTiffPhotometricInterpretation get_PhotometricInterpretation();
public: __property void set_PhotometricInterpretation( 
   CodecsTiffPhotometricInterpretation value
);
C++/CLI 
public:
property CodecsTiffPhotometricInterpretation PhotometricInterpretation {
   CodecsTiffPhotometricInterpretation get();
   void set (CodecsTiffPhotometricInterpretation value);
}

Return Value

The Photometric Interpretation.

Example

For an example, refer to CodecsTiffOptions.

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