'Declaration <DescriptionAttribute("The units of measure for the horizontal and vertical image resolution.")> Public Property ResolutionUnits As Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JfifResolutionUnit
[Description("The units of measure for the horizontal and vertical image resolution.")] public Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JfifResolutionUnit ResolutionUnits { get; set; }
[Description("The units of measure for the horizontal and vertical image resolution.")] public: __property Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JfifResolutionUnit get_ResolutionUnits(); public: __property void set_ResolutionUnits(
Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JfifResolutionUnit value
);
[Description("The units of measure for the horizontal and vertical image resolution.")] public:
property Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JfifResolutionUnit ResolutionUnits { Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JfifResolutionUnit get(); void set(Vintasoft.Imaging.Codecs.ImageFiles.Jpeg.JfifResolutionUnit value); }