VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / Jpeg2000EncoderSettings Class / FileFormat Property
Syntax Requirements SeeAlso
In This Topic
    FileFormat Property (Jpeg2000EncoderSettings)
    In This Topic
    Gets or sets the format in which Jpeg2000 file will be saved.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The format in which Jpeg2000 file will be saved.")>
    <DefaultValueAttribute(Jp2File)>
    Public Property FileFormat As Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.Jpeg2000FileFormat
    
    
    [Description("The format in which Jpeg2000 file will be saved.")]
    [DefaultValue(Jp2File)]
    public Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.Jpeg2000FileFormat FileFormat { get; set; }
    
    
    [Description("The format in which Jpeg2000 file will be saved.")]
    [DefaultValue(Jp2File)]
    public: __property Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.Jpeg2000FileFormat get_FileFormat();
    public: __property void set_FileFormat(
    Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.Jpeg2000FileFormat value
    );

    Property Value

    Default value is Jpeg2000FileFormat.Jp2File.
    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