VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PngEncoderSettings Class / InterlaceMethod Property
Syntax Requirements SeeAlso
In This Topic
    InterlaceMethod Property (PngEncoderSettings)
    In This Topic
    Gets or sets the interlace method.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The interlace method.")>
    <DefaultValueAttribute(NoInterlace)>
    Public Property InterlaceMethod As Vintasoft.Imaging.Codecs.ImageFiles.Png.PngInterlaceMethod
    
    
    [Description("The interlace method.")]
    [DefaultValue(NoInterlace)]
    public Vintasoft.Imaging.Codecs.ImageFiles.Png.PngInterlaceMethod InterlaceMethod { get; set; }
    
    
    [Description("The interlace method.")]
    [DefaultValue(NoInterlace)]
    public: __property Vintasoft.Imaging.Codecs.ImageFiles.Png.PngInterlaceMethod get_InterlaceMethod();
    public: __property void set_InterlaceMethod(
    Vintasoft.Imaging.Codecs.ImageFiles.Png.PngInterlaceMethod value
    );
    Requirements

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

    See Also