'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); }