ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.TIFF Namespace / ImGearTIFFXMPMetadata Class / PhotometricInterpretation Property




In This Topic
    PhotometricInterpretation Property (ImGearTIFFXMPMetadata)
    In This Topic
    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