VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.Encoders Namespace / GifEncoderSettings Class / CreatePageMethod Property
Синтаксис Требования Смотрите также
В этом разделе
    CreatePageMethod Свойство (GifEncoderSettings)
    В этом разделе
    Возвращает или устанавливает CreatePageMethod.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(UseGlobalOrLocalPalette)>
    <DescriptionAttribute("The method of page creating.")>
    Public Property CreatePageMethod As Vintasoft.Imaging.Codecs.ImageFiles.Gif.CreatePageMethod
    
    
    [DefaultValue(UseGlobalOrLocalPalette)]
    [Description("The method of page creating.")]
    public Vintasoft.Imaging.Codecs.ImageFiles.Gif.CreatePageMethod CreatePageMethod { get; set; }
    
    
    [DefaultValue(UseGlobalOrLocalPalette)]
    [Description("The method of page creating.")]
    public: __property Vintasoft.Imaging.Codecs.ImageFiles.Gif.CreatePageMethod get_CreatePageMethod();
    public: __property void set_CreatePageMethod(
    Vintasoft.Imaging.Codecs.ImageFiles.Gif.CreatePageMethod value
    );

    Property Value

    Значение по умолчанию - CreatePageMethod.UseGlobalOrLocalPalette.
    Требования

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

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