JpegExifDataPhotometricInterpretation Property |
Gets or sets the photometric interpretation.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic ushort PhotometricInterpretation { get; set; }
Public Property PhotometricInterpretation As UShort
Get
Set
public:
property unsigned short PhotometricInterpretation {
unsigned short get ();
void set (unsigned short value);
}
member PhotometricInterpretation : uint16 with get, set
Property Value
Type:
UInt16
The photometric interpretation.
See Also