ImageGear for .NET
PhotometricInterpretation Property (ImGearTIFFXMPMetadata)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback