'Declaration Public Property PhotometricInterpretation As Nullable(Of ImGearTIFFPhotoInterpretation)
'Usage Dim instance As ImGearEXIFMetadata Dim value As Nullable(Of ImGearTIFFPhotoInterpretation) instance.PhotometricInterpretation = value value = instance.PhotometricInterpretation
public Nullable<ImGearTIFFPhotoInterpretation> PhotometricInterpretation {get; set;}
public: __property Nullable<ImGearTIFFPhotoInterpretation> get_PhotometricInterpretation(); public: __property void set_PhotometricInterpretation( Nullable<ImGearTIFFPhotoInterpretation> value );
public: property Nullable<ImGearTIFFPhotoInterpretation> PhotometricInterpretation { Nullable<ImGearTIFFPhotoInterpretation> get(); void set ( Nullable<ImGearTIFFPhotoInterpretation> value); }