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); } |
Property Value
The desiired photometric interpretation value for the save process.For an example, refer to RasterCodecs.StartDecompress.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)