VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.Encoders Namespace / PngEncoderSettings Class / InterlaceMethod Property
Синтаксис Требования Смотрите также
В этом разделе
    InterlaceMethod Свойство (PngEncoderSettings)
    В этом разделе
    Возвращает или задает метод чересстрочной развертки.
    Синтаксис
    '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
    );
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также