Visual Basic (Declaration) | |
---|---|
Public Property TiffPhotometricInterpretation As CodecsTiffPhotometricInterpretation |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.For an example, refer to RasterCodecs.StartDecompress.
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