VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebGifEncoderSettings Class / createPageMethod Property
Syntax Requirements SeeAlso
In This Topic
    createPageMethod Property (WebGifEncoderSettings)
    In This Topic
    Gets or sets the CreatePageMethod.
    Syntax
    'Declaration
    
    Public Property createPageMethod As Vintasoft.Imaging.Codecs.ImageFiles.Gif.CreatePageMethod
    
    
    public Vintasoft.Imaging.Codecs.ImageFiles.Gif.CreatePageMethod createPageMethod { get; set; }
    
    
    public: __property Vintasoft.Imaging.Codecs.ImageFiles.Gif.CreatePageMethod get_createPageMethod();
    public: __property void set_createPageMethod(
    Vintasoft.Imaging.Codecs.ImageFiles.Gif.CreatePageMethod value
    );
    public:
    property Vintasoft.Imaging.Codecs.ImageFiles.Gif.CreatePageMethod createPageMethod { Vintasoft.Imaging.Codecs.ImageFiles.Gif.CreatePageMethod get(); void set(Vintasoft.Imaging.Codecs.ImageFiles.Gif.CreatePageMethod value); }

    Property Value

    Default value is Vintasoft.Imaging.Codecs.ImageFiles.Gif.CreatePageMethod.UseGlobalOrLocalPalette.
    Requirements

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

    See Also