LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

PhotometricInterpretation Property






Gets or sets the Photometric Interpretation. .NET support WinRT support Silverlight support
Syntax
public CodecsTiffPhotometricInterpretation PhotometricInterpretation {get; set;}
'Declaration
 
Public Property PhotometricInterpretation As CodecsTiffPhotometricInterpretation
'Usage
 
Dim instance As CodecsTiffSaveOptions
Dim value As CodecsTiffPhotometricInterpretation
 
instance.PhotometricInterpretation = value
 
value = instance.PhotometricInterpretation
public CodecsTiffPhotometricInterpretation PhotometricInterpretation {get; set;}
 get_PhotometricInterpretation();
set_PhotometricInterpretation(value);
public:
property CodecsTiffPhotometricInterpretation PhotometricInterpretation {
   CodecsTiffPhotometricInterpretation get();
   void set (    CodecsTiffPhotometricInterpretation value);
}

Property Value

The Photometric Interpretation.
Example
For an example, refer to CodecsTiffOptions.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsTiffSaveOptions Class
CodecsTiffSaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.