VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / TiffEncoderSettings Class / FileVersion Property
Syntax Requirements SeeAlso
In This Topic
    FileVersion Property (TiffEncoderSettings)
    In This Topic
    Gets or sets the version of TIFF file.
    Syntax
    '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
    );
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also