'Declaration <DefaultValueAttribute(StandardTIFF)> <DescriptionAttribute("The version of TIFF file.")> Public Property FileVersion As Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffFileVersion
[DefaultValue(StandardTIFF)] [Description("The version of TIFF file.")] public Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffFileVersion FileVersion { get; set; }
[DefaultValue(StandardTIFF)] [Description("The version of TIFF file.")] public: __property Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffFileVersion get_FileVersion(); public: __property void set_FileVersion(
Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffFileVersion value
);
[DefaultValue(StandardTIFF)] [Description("The version of TIFF file.")] public:
property Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffFileVersion FileVersion { Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffFileVersion get(); void set(Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffFileVersion value); }