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