Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
PhotometricInterpretation Property
See Also 
Leadtools.Codecs Namespace > CodecsTiffOptions.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 CodecsTiffOptions.CodecsTiffSaveOptions
Dim value As CodecsTiffPhotometricInterpretation
 
instance.PhotometricInterpretation = value
 
value = instance.PhotometricInterpretation
C# 
public CodecsTiffPhotometricInterpretation PhotometricInterpretation {get; set;}
C++/CLI 
public:
property CodecsTiffPhotometricInterpretation PhotometricInterpretation {
   CodecsTiffPhotometricInterpretation get();
   void set (CodecsTiffPhotometricInterpretation value);
}

Return Value

An CodecsTiffPhotometricInterpretation value that specifies the current Photometric Interpretation.

Example

For an example, refer to CodecsTiffOptions.

Remarks

The value of UsePhotometricInterpretation must be set to true in order for PhotometricInterpretation to be used when saving TIFF files.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also