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