ImageGear .NET - Updated
PhotometricInterpretation Property (ImGearTIFFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.TIFF Namespace > ImGearTIFFXMPMetadata Class : PhotometricInterpretation Property
Gets or sets PhotometricInterpretation property of the TIFF XMP schema.
Syntax
'Declaration
 
Public Property PhotometricInterpretation As ImGearXMPEnum(Of ImGearTIFFPhotoInterpretation)
'Usage
 
Dim instance As ImGearTIFFXMPMetadata
Dim value As ImGearXMPEnum(Of ImGearTIFFPhotoInterpretation)
 
instance.PhotometricInterpretation = value
 
value = instance.PhotometricInterpretation
public ImGearXMPEnum<ImGearTIFFPhotoInterpretation> PhotometricInterpretation {get; set;}
public: __property ImGearXMPEnum<ImGearTIFFPhotoInterpretation>* get_PhotometricInterpretation();
public: __property void set_PhotometricInterpretation( 
   ImGearXMPEnum<ImGearTIFFPhotoInterpretation>* value
);
public:
property ImGearXMPEnum<ImGearTIFFPhotoInterpretation>^ PhotometricInterpretation {
   ImGearXMPEnum<ImGearTIFFPhotoInterpretation>^ get();
   void set (    ImGearXMPEnum<ImGearTIFFPhotoInterpretation>^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.TIF.ImGearTIFFPhotoInterpretation type parameter.
Remarks
This XMP property represents TIFF tag 262 (0x106) and specifies pixel composition.
See Also

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members