VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / TiffEncoderSettings Class / FileFormat Property
Syntax Requirements SeeAlso
In This Topic
    FileFormat Property (TiffEncoderSettings)
    In This Topic
    Gets or sets the format of TIFF file.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(LittleEndian)>
    <DescriptionAttribute("The format of TIFF file.")>
    Public Property FileFormat As Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffFileFormat
    
    
    [DefaultValue(LittleEndian)]
    [Description("The format of TIFF file.")]
    public Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffFileFormat FileFormat { get; set; }
    
    
    [DefaultValue(LittleEndian)]
    [Description("The format of TIFF file.")]
    public: __property Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffFileFormat get_FileFormat();
    public: __property void set_FileFormat(
    Vintasoft.Imaging.Codecs.ImageFiles.Tiff.TiffFileFormat 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